@ -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