If DEBUG is True, media and statics do not work in Metronic Django. What should I do?
Hi Yasin Karaca,
Are you working on the deployment for production?
Please check this documentation:
https://docs.djangoproject.com/en/5.0/howto/static-files/deployment/
It might help you resolve the issue with media and static files.
thanks
Hi Yasin Karaca
Please check that the folder /starterkit/assets/media should be exist.
Yes, I have assets folder
STATIC_URL = 'assets/'
STATICFILES_DIRS = [
BASE_DIR / 'assets',
]