1👍
✅
There is a typo in INSTALLED_APPS
in the settings.py
file, it should be like this:
INSTALLED_APPS = [
# ...
'django.contrib.staticfiles',
'accounts',
#...
]
Source:stackexchange.com