Updated README.md

This commit is contained in:
Fabio Caccamo
2015-11-26 11:25:07 +01:00
parent 8bc899f107
commit d702b0a328
+1 -1
View File
@@ -21,7 +21,7 @@ INSTALLED_APPS = (
#... #...
) )
``` ```
- 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 migrate`` *(add ``--fake-initial`` if you are upgrading from 0.1.0 to 0.1.1 version)*
- Run ``python manage.py collectstatic`` - Run ``python manage.py collectstatic``
- Restart your application server - Restart your application server