#17800: Empty settings.SECRET_KEY should raise an error ---------------------------------+--------------------------------------- Reporter: PaulM | Owner: nobody Type: Uncategorized | Status: new Component: Core (Other) | Version: 1.4-alpha-1 Severity: Release blocker | Resolution: Keywords: | Triage Stage: Accepted Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 ---------------------------------+---------------------------------------
Comment (by aaugustin): `django.conf.default_settings` says: {{{ # A secret key for this particular Django installation. Used in secret-key # hashing algorithms. Set this in your settings, or Django will complain # loudly. SECRET_KEY = '' }}} However, no check was added to match this comment in r230. -- Ticket URL: <https://code.djangoproject.com/ticket/17800#comment:1> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.