add migrations
This commit is contained in:
parent
527ece3378
commit
8d67ad8967
1 changed files with 1 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -27,6 +27,7 @@ var/
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
media/
|
media/
|
||||||
staticfiles/
|
staticfiles/
|
||||||
|
migrations/
|
||||||
|
|
||||||
# If you are using WhiteNoise for static file management
|
# If you are using WhiteNoise for static file management
|
||||||
static_root/
|
static_root/
|
||||||
|
@ -72,7 +73,4 @@ venv.bak/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
db.sqlite3
|
db.sqlite3
|
Loading…
Add table
Reference in a new issue