Ignore and delete migrations

This commit is contained in:
2018-09-13 18:04:02 -06:00
parent 259af053f6
commit ac9aeb909a
6 changed files with 2 additions and 97 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Setup:
$ virtualenv -p python3 env
$ . env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ python manage.py migrate
(env) $ python manage.py migrate --run-syncdb
(env) $ python manage.py createsuperuser --email admin@example.com --username admin
(env) $ python manage.py runserver
```