You are doing settings.py wrong. You should have your own SiteConfig model stored and manipulated in a db.
Settings.py is for static, persistent attributes, not for site-wide variables which need auditing or updated from time to time.
You are doing settings.py wrong. You should have your own SiteConfig model stored and manipulated in a db.
Settings.py is for static, persistent attributes, not for site-wide variables which need auditing or updated from time to time.