dotfiles/codetemplates/django/basic/.env

3 lines
80 B
Bash

DATABASE_URL=sqlite://localhost/local.db
SECRET_KEY={{ secret_key }}
DEBUG=True