learning django rest framework
Go to file
Emanuel Rodriguez 58a7cbb133 refactors to use more features from rest_framework
this commit adds the use of Response and @api_view to the snippet views
2022-08-07 20:39:42 -07:00
snippets refactors to use more features from rest_framework 2022-08-07 20:39:42 -07:00
tutorial adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
.gitignore starts project and app for snippets 2022-07-24 09:50:17 -07:00
README.md adds a readme 2022-07-24 21:02:33 -07:00
manage.py starts project and app for snippets 2022-07-24 09:50:17 -07:00
requirements.txt adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
subl-proj.sublime-project adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
subl-proj.sublime-workspace adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00

README.md

Django Rest Framework

Me learning by building upon the rest_framework tutorial.