Useful URLs
These urls are given assuming the site is running on localhost on port 8000.
Frontend login
API Django admin console
http://localhost:8000/api/admin
Swagger docs
Documentation for API endpoints
http://localhost:8000/api/schema/swagger
To download the schema as a .yaml file (e.g. to load into Postman or similar tools)
http://localhost:8000/api/schema/
Documentation
Assuming you have the docs server running.