Add local env

This commit is contained in:
Oliver Falk
2022-12-29 15:13:10 +01:00
parent e6e712128a
commit 37d70b09c8
2 changed files with 5 additions and 0 deletions

4
.env
View File

@@ -7,3 +7,7 @@ if [ -f .virtualenv/bin/activate ]; then
source .virtualenv/bin/activate
AUTOENV_ENABLE_LEAVE=True
fi
if [ -f .env.local ]; then
source .env.local
fi

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ falko_gravatar.jpg
*.egg-info
dump_all*.sql
dist/
.env.local