Skip to content

How to use environmental variables

Ivan Santos edited this page Mar 23, 2019 · 2 revisions

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

Clone this wiki locally