Basic drf setup
Basic setup for DRF project structure.
This setup results in api endpoints like such:
- /api/v1/calls/
- /api/v1/calls/1/
- /api/v1/cycles/
- /api/v1/cycles/1/
out of scope: django filters, auto-docs (swagger)
Edited by Robbie Luijben
Basic setup for DRF project structure.
This setup results in api endpoints like such:
out of scope: django filters, auto-docs (swagger)