Ignore and delete migrations
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user