Updated README.md

pull/6/head
Fabio Caccamo 2015-12-03 11:53:47 +01:00
parent 9f22ce4b70
commit 6b05143bcc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ INSTALLED_APPS = (
#...
)
```
- Run ``python manage.py migrate`` *(add ``--fake-initial`` if you are upgrading from 0.1.0 to 0.1.1 version)*
- Run ``python manage.py migrate`` *(add ``--fake-initial`` if you are upgrading from 0.1.0 version)*
- Run ``python manage.py collectstatic``
- Restart your application server