1 Commits

Author SHA1 Message Date
f376951ff9 No migrations in develop branch 2021-12-31 23:42:49 +01:00
3 changed files with 4 additions and 1 deletions

1
.env
View File

@@ -1 +0,0 @@
DJANGO_SUPERUSER_PASSWORD=develop

4
.gitignore vendored
View File

@@ -79,6 +79,7 @@ Pipfile.lock
__pypackages__/
# Environments
.env
.venv
env/
venv/
@@ -91,3 +92,6 @@ venv.bak/
# twine / pypi
.pypirc
# Django Migrations for Development branches
django_lostplaces/lostplaces/migrations/*

Binary file not shown.