I want to publish my django project but when is change my settings.py "debug = False" static files are not loaded ! here is my settings.py
MEDIA_URL = '/media_files/'
STATIC_URL = '/static_files/'
MEDIA_ROOT = '/home/domain/public_html/static_cdn/media_root'
STATIC_ROOT = '/home/domain/public_html/static_cdn/static_root'
also I used "python manage.py collectstatic" command and it created folder in public_html