Django Static with Debug Mode

less than 1 minute read

Django Static & Debug Mode

Keep in mind.
If Debug = False, even though you correctly impletmented your static files, Django do not load any of your static files.

Make it Debug mode.
As deploy, just make it False.

Leave a comment