Skip to content

Commit

Permalink
Added .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer-Bar committed Feb 15, 2024
1 parent ed8eaf6 commit 3b94e9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ celerybeat-schedule.*
*.sage.py

# Environments
.env
.venv
envs/
.env
.venv
venv/
ENVS/*
envs/*
env/
venv/
ENV/
ENVS/
env.bak/
env.bak/
venv.bak/

!envs/.env.template
# mkdocs documentation
/site

Expand Down
6 changes: 6 additions & 0 deletions envs/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DEBUG=True
ALLOWED_HOSTS=*
SECRET_KEY=
STATIC_URL=
STATIC_ROOT=static/
PYTHONBREAKPOINT=IPython.terminal.debugger.set_trace

0 comments on commit 3b94e9b

Please sign in to comment.