API documentation
Access the online documentation
Enable the documentation locally
Enable debug mode
export DJANGO_DEBUG=True
Start the backend server (make sure that dependencies are installed):
python3 manage.py runserver
Access the swagger documentation here:
http://127.0.0.1:8000/api/schema/swagger/
Or redoc format here:
Last updated
Was this helpful?