We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Just create a file called ".env" and add the information about database engine parameters.
ENGINE=example.django.db.backends NAME=exampleName USER=exampleUser PASSWORD=examplePassword HOST=localhost PORT=
Run pip3 install requirements.txt or pip3 install python-dotenv
pip3 install requirements.txt
pip3 install python-dotenv
There was an error while loading. Please reload this page.