mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge branch 'master' of github.com:jezdez/django-configurations
This commit is contained in:
commit
c54d5c0b43
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ Changelog
|
|||
v0.5 (2013-09-09)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
- Switched from raising Django's ``ImproperlyConfigured`` excpetion on errors
|
||||
- Switched from raising Django's ``ImproperlyConfigured`` exception on errors
|
||||
to standard ``ValueError`` to prevent hiding those errors when Django
|
||||
specially handles the first.
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Celery
|
|||
------
|
||||
|
||||
Given Celery's way to load Django settings in worker processes you should
|
||||
probably just add the following to the **begin** of your settings module::
|
||||
probably just add the following to the **beginning** of your settings module::
|
||||
|
||||
from configurations import importer
|
||||
importer.install()
|
||||
|
|
|
|||
Loading…
Reference in a new issue