Merge branch 'master' of github.com:jezdez/django-configurations

This commit is contained in:
Jannis Leidel 2013-09-12 18:52:21 +02:00
commit c54d5c0b43
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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()