Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shearichard/drf-tut-baseline
A barebones django-rest-framework project to use as a basis for experimentation
https://github.com/shearichard/drf-tut-baseline
django django-rest-framework python
Last synced: about 6 hours ago
JSON representation
A barebones django-rest-framework project to use as a basis for experimentation
- Host: GitHub
- URL: https://github.com/shearichard/drf-tut-baseline
- Owner: shearichard
- License: mit
- Created: 2023-12-07T04:49:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-09T21:51:37.000Z (10 months ago)
- Last Synced: 2024-01-10T04:22:22.826Z (10 months ago)
- Topics: django, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Rest Framework Baseline
This is a project which has a simple [Django Rest Framework](https://www.django-rest-framework.org/) project in it. This repos is intended to be used as the basis for experiementation. The repos is based on the Django Rest Framework [tutorial](https://www.django-rest-framework.org/tutorial/1-serialization/).