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
main
django-rest-tutorial
/
snippets
History
Emanuel Rodriguez
1f8834c68b
adds owner field to the snippet creation process
2022-08-09 22:14:21 -07:00
..
migrations
add users to the seriaizers, next step is to create some views for them
2022-08-08 23:27:16 -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
adds class based views and starts html code highlights
2022-08-08 23:18:59 -07:00
serializers.py
adds owner field to the snippet creation process
2022-08-09 22:14:21 -07:00
tests.py
starts project and app for snippets
2022-07-24 09:50:17 -07:00
urls.py
adds views for user endpoints still WIP
2022-08-09 20:39:16 -07:00
views.py
adds owner field to the snippet creation process
2022-08-09 22:14:21 -07:00