Create some basic Django REST testing view logic and setup
Showing
- django_rest/Pipfile 6 additions, 0 deletionsdjango_rest/Pipfile
- django_rest/settings/settings.py 16 additions, 0 deletionsdjango_rest/settings/settings.py
- django_rest/settings/urls.py 12 additions, 0 deletionsdjango_rest/settings/urls.py
- django_rest/test_app/routes.py 21 additions, 0 deletionsdjango_rest/test_app/routes.py
- django_rest/test_app/serializers.py 46 additions, 0 deletionsdjango_rest/test_app/serializers.py
- django_rest/test_app/urls.py 1 addition, 1 deletiondjango_rest/test_app/urls.py
- django_rest/test_app/views.py 29 additions, 0 deletionsdjango_rest/test_app/views.py
Please register or sign in to comment