Jannis Leidel
|
69221ba2b4
|
Renamed config module to base to prevent ambiguity
This should fix #80 that is triggered by Django's new strickter import time loading process.
|
2014-11-21 20:16:39 +01:00 |
|
Jannis Leidel
|
90da7981e5
|
Please the PEP8 gods.
|
2013-04-12 17:39:10 +02:00 |
|
Marcin Baran
|
e8b13b0619
|
__dir__ in config.py now return list
|
2011-09-21 22:18:05 +08:00 |
|
Jannis Leidel
|
82e19cec9f
|
Refactored backend system slightly to have a nicer directory structure. Using the database backend now only requires to add 'constance.backends.database' to INSTALLED_APPS and setting CONSTANCE_BACKEND to 'constance.backends.database.DatabaseBackend'. Also reverted default backend to being the Redis backend.
|
2010-12-01 19:29:53 +01:00 |
|
Jannis Leidel
|
eea0d2fdf9
|
Abstracted constance backends to and added a cached database backend. Moved around the settings code and simplified the module loading.
|
2010-12-01 00:20:23 +01:00 |
|
Ales Zoulek
|
c36bf65ab1
|
tests
|
2010-08-25 14:55:01 +02:00 |
|
Ales Zoulek
|
24296bfe32
|
fixed imports, optional django dependency
|
2010-08-24 11:40:58 +02:00 |
|
Ales Zoulek
|
d4ad6cdbf4
|
added support for dir() on config object
|
2010-08-23 17:10:44 +02:00 |
|
Jiri Barton
|
de72b28396
|
updated to work with pickle
|
2010-08-23 15:48:15 +02:00 |
|
Ales Zoulek
|
7f0e0b00e6
|
decode/encode values by pickle
|
2010-08-23 15:34:16 +02:00 |
|
Jiri Barton
|
8771e43e69
|
changed the default attribute access
|
2010-08-23 14:45:36 +02:00 |
|
Ales Zoulek
|
b8bbbe3a65
|
fixed setattr on "rd" attribute
|
2010-08-23 13:34:04 +02:00 |
|
Ales Zoulek
|
58089aa123
|
implemented the core functionality
|
2010-08-23 13:06:52 +02:00 |
|