Run:
pip install -r requirements.txtpython manage.py migrate
python manage.py runserver 0.0.0.0:4080- The app should be accessible at
http://localhost:4080/
/swagger-ui/ - view all APIs
- The app uses Token-based authentication, to get a token submit
{"username":"admin","password":"admin"}payload toPOST /api-token-authendpoint. The admin token will be returned. - Use
Authorization: Token {your-token}header to use APIs that require admin permissions