django-rest-tutorial/snippets
Emanuel Rodriguez 1e8647d478 adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
..
migrations create migration for snippets models 2022-07-24 10:14:13 -07:00
__init__.py starts project and app for snippets 2022-07-24 09:50:17 -07:00
admin.py starts project and app for snippets 2022-07-24 09:50:17 -07:00
apps.py starts project and app for snippets 2022-07-24 09:50:17 -07:00
models.py create migration for snippets models 2022-07-24 10:14:13 -07:00
serializers.py adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
tests.py starts project and app for snippets 2022-07-24 09:50:17 -07:00
urls.py adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00
views.py adds model serializer and urls for interacting with api 2022-08-07 20:16:06 -07:00