learning django rest framework
Go to file
Emanuel Rodriguez 1f8834c68b adds owner field to the snippet creation process 2022-08-09 22:14:21 -07:00
snippets adds owner field to the snippet creation process 2022-08-09 22:14:21 -07:00
tutorial adds owner field to the snippet creation process 2022-08-09 22:14:21 -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 views for user endpoints still WIP 2022-08-09 20:39:16 -07:00

README.md

Django Rest Framework

Me learning by building upon the rest_framework tutorial.