Deleting the wiki page 'Project details' cannot be undone. Continue?
python3 -m venv virtualenvsource virtualenv/bin/activatepip install -r requirements.txtpython manage.py makemigrations and python manage.py migratepython manage.py createsuperuser to create a user with Email ID and password of your choicepython manage.py runserver{"email" : "<registered user email id>"} as a POST request to http://localhost:8000/workx/auth/email/{"email" : "<registered user email id>", "token": "<received OTP>"}Please change the Base URL to https://kj.webtrigon.com/workx/
Ex: https://kj.webtrigon.com/workx/auth/email is the API you should ping if you need the OTP.
Please visit https://kj.webtrigon.com/workx/api/users/ You can also add the user with appropriate email ID before pinging the authentication APIs
Deleting the wiki page 'Project details' cannot be undone. Continue?