diff --git a/README.md b/README.md index 25f022c..b049f60 100644 --- a/README.md +++ b/README.md @@ -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