No django migrations in development branches, screws everything up

This commit is contained in:
reverend 2021-10-01 19:31:06 +02:00
parent fefc38fa9c
commit e2754dc56c
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -92,3 +92,6 @@ venv.bak/
# twine / pypi
.pypirc
# Django Migrations for Development branches
django_lostplaces/lostplaces/migrations/*