diff --git a/README.md b/README.md index a28afe6..75990ea 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ INSTALLED_APPS = ( #... ) ``` -- Run ``python manage.py migrate admin_interface`` +- Run ``python manage.py migrate`` *(add ``--fake-initial`` if your are upgrading from 0.1.0 to 0.1.1 version)* - Run ``python manage.py collectstatic`` - Restart your application server