Add migrations module to enable migrations generator.

This commit is contained in:
2017-11-20 12:11:34 +03:00
committed by Vlad
parent c1604140f5
commit 88996fab42
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
TSDMaster/TSDMaster/migrations/ TSDMaster/TSDMaster/migrations/*
!TSDMaster/TSDMaster/migrations/__init__.py
venv/ venv/
TSDMaster/TSDMaster/settings.py TSDMaster/TSDMaster/settings.py
TSDMaster/db.sqlite TSDMaster/db.sqlite