Updated README.md

This commit is contained in:
Fabio Caccamo
2015-11-17 10:42:44 +01:00
parent 7a57b35554
commit 690924df51
+2
View File
@@ -21,6 +21,8 @@ INSTALLED_APPS = (
#...
)
```
- Run ``python manage.py makemigrations admin_interface``
- Run ``python manage.py migrate admin_interface``
- Run ``python manage.py collectstatic``
- Restart your application server