Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 251 Bytes

django-1st-app

Set de Enviroment variables

Create a file in the root directory .env with the content

DEBUG=True
HOST='localhost'
SECRET_KEY='very_insecure_9*%$%6788234'
DATABASE_URL='postgres://user:pass@localhost:port/database'