1👍
✅
Are you serving from runserver
?
If so, did you add this to you urls.py
?
urlpatterns += staticfiles_urlpatterns()
Also make sure your app is in INSTALLED_APPS
in settings.py
Source:stackexchange.com