- Everything Django offers OOTB
- CORS support
- Autogenerated OpenAPI and ReDoc API documentation
- Production deployment using docker-compose
- SSL using Nginx and LetsEncrypt
poetry shell # sets up and activates a venv
poetry install # installs missing dependencies from the lockfilepython manage.py makemigrations
python manage.py migrateIn debug
python manage.py runserverIn production
docker-compose up -d --buildThis template comes with an already existing model. Feel free to modify or remove it.
API docs can be found at:
- http://localhost:8000/docs (OpenAPI 3)
- http://localhost:8000/redoc (ReDoc)
| Amogh Lele | 
Made with ❤️ by DSC VIT
