Christian González - Wed, 13 May 2020 at 22:13:34 > TL;DR: Django has no (builtin/explicit) settings variable like > PROJECT_NAME. Should have.
4 of those were comments (i wish the project templates stopped doing that) 3 of those were env variables which a deployment can override with an actual environment variable anyway... introducing variables/constants into the settings/etc can help but sometimes it also makes it more rigid and cluttered. it's a balancing act that has a different sweet spot for everyone. but there is nothing stopping you from using one. i do. some other potential uses: - logging setup - ADMINS - FORMAT_MODULE_PATH -f -- -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/20200515233335.GC3895%40obiit.org.