learning django rest framework
Go to file
Emanuel Rodriguez 1e8647d478 adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
snippets adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -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.