django-configurations/configurations
Bruno Clermont 8b78278921 Don't catch AttributeError during cls init
if obj = cls() do have an attribute error inside it's initialization, it will appears as if the module could not be find.

which is hard to troubleshoot, when the module is really there :)
2012-09-05 14:29:05 +03:00
..
tests Re-added 1.3 tests. Refs #4. 2012-07-28 00:05:49 +02:00
__init__.py Bumped version to 0.1. 2012-07-21 16:12:26 +02:00
base.py Initial version. 2012-07-21 15:56:04 +02:00
importer.py Don't catch AttributeError during cls init 2012-09-05 14:29:05 +03:00
management.py Initial version. 2012-07-21 15:56:04 +02:00
utils.py Initial version. 2012-07-21 15:56:04 +02:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00