Updated README.md

pull/2/head
Fabio Caccamo 2015-11-17 10:42:44 +01:00
parent 7a57b35554
commit 690924df51
1 changed files with 2 additions and 0 deletions

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`` - Run ``python manage.py collectstatic``
- Restart your application server - Restart your application server