This website requires JavaScript.
Explore
Help
Sign In
ergz
/
django-rest-tutorial
Watch
1
Star
0
Fork
You've already forked django-rest-tutorial
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1e8647d478
django-rest-tutorial
/
snippets
History
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