Удаление вики-страницы 'Project details' не может быть отменено. Продолжить?
python3 -m venv virtualenv
source virtualenv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
and python manage.py migrate
python 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
Удаление вики-страницы 'Project details' не может быть отменено. Продолжить?