Woops. Fix that.

This commit is contained in:
Luke Murphy 2018-04-12 21:47:40 +02:00
parent ce11ded78b
commit 712968c26b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -46,7 +46,7 @@ $ pip uninstall psycopg2 && pip install --no-binary :all: psycopg2
## Run The Migrations ## Run The Migrations
``` ```
$ django-admin.py migrate $ python manage.py migrate
``` ```
## Run The Tests ## Run The Tests