Woops. Fix that.

This commit is contained in:
Luke Murphy
2018-04-12 21:48:20 +02:00
parent ce11ded78b
commit 712968c26b
+1 -1
View File
@@ -46,7 +46,7 @@ $ pip uninstall psycopg2 && pip install --no-binary :all: psycopg2
## Run The Migrations
```
$ django-admin.py migrate
$ python manage.py migrate
```
## Run The Tests