From 88996fab42f579566eb067b4639798585c735e85 Mon Sep 17 00:00:00 2001 From: Vlad Utkin Date: Mon, 20 Nov 2017 12:11:34 +0300 Subject: [PATCH] Add migrations module to enable migrations generator. --- .gitignore | 3 ++- TSDMaster/TSDMaster/migrations/__init__.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 TSDMaster/TSDMaster/migrations/__init__.py diff --git a/.gitignore b/.gitignore index 38c8ca8..dc1dc42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -TSDMaster/TSDMaster/migrations/ +TSDMaster/TSDMaster/migrations/* +!TSDMaster/TSDMaster/migrations/__init__.py venv/ TSDMaster/TSDMaster/settings.py TSDMaster/db.sqlite diff --git a/TSDMaster/TSDMaster/migrations/__init__.py b/TSDMaster/TSDMaster/migrations/__init__.py new file mode 100644 index 0000000..e69de29