1👍
✅
Add the app to the installed apps list:
INSTALLED_APPS = (
...
'django_extensions',
)
Source:stackexchange.com
1👍
Add the app to the installed apps list:
INSTALLED_APPS = (
...
'django_extensions',
)