You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For work with another database change DATABASE_ENGINE in config/settings.py
🎯 Environment
SECRET_KEY=<your secret key>
DEBUG=<0 or 1>
ALLOWED_HOSTS=<hosts via space>
DATABASE_NAME=<your db name>
DATABASE_USER=<your db user>
DATABASE_PASS=<your db pass>
DATABASE_HOST=<your db host>
DATABASE_PORT=<your db port>