Jannis Leidel
98de57b27e
Added configurations.management.call_command. Fix #72 .
2015-01-06 21:38:08 +01:00
Nikolai Prokoschenko
d97afc163a
Correct documentation about mixin usage
...
`Configuration` class needs to be last in the inheritance list, otherwise it's not possible to override Django's default settings. Tests are already correct, just the documentation is wrong.
2014-10-20 11:06:05 +02:00
José Padilla
1701b95fa8
Small typo fix on FastCGI section
2014-03-20 08:41:31 -04:00
Chris Hasenpflug
97ac529254
Fixed typos in docs
2014-02-07 23:59:24 -06:00
Jannis Leidel
9da8256062
Fixed typo in docs.
2014-01-16 19:04:59 +01:00
Jannis Leidel
6278a17ae4
Happy New Year!
2014-01-16 19:00:40 +01:00
Jannis Leidel
f087cea84d
Added SearchURLValue.
2014-01-16 19:00:29 +01:00
Jannis Leidel
7ddaf158b1
Added 0.3.2 release from 0.3.x.
2014-01-16 17:59:37 +01:00
Jannis Leidel
290a72993c
Added another item to the changelog.
2013-11-26 16:46:40 +01:00
Jannis Leidel
11b1dc2a46
Updated version.
2013-11-26 16:29:00 +01:00
Jannis Leidel
11e2f1d349
Updated changelog.
2013-11-26 16:28:50 +01:00
Jannis Leidel
072f87d495
Minor cleanup.
2013-11-26 15:42:15 +01:00
Jannis Leidel
c941cdaf06
Fixed #46 — Update cookbook with an example for Celery >= 3.1.
2013-11-26 12:57:33 +01:00
Jannis Leidel
52c679e676
Added 0.3.1 hotfix release for issue #37 .
2013-09-20 19:16:21 +02:00
Jannis Leidel
139ad79c92
Moved the changelog into the docs.
2013-09-19 18:56:07 +02:00
Jannis Leidel
50a6a6ad0b
Added iPython extension to make sure the import hook is loaded correctly.
...
Fixes #22 .
2013-09-18 23:24:51 +02:00
Jannis Leidel
924daa385d
Minor fix in cookbook sentence.
2013-09-18 23:23:31 +02:00
Jannis Leidel
9a132e7b67
Move envdir paragraph to the top of the cookbook.
2013-09-18 23:23:18 +02:00
Jannis Leidel
76d68c6e15
Fix showing version number.
2013-09-12 19:22:08 +02:00
Patrick Altman
7412fc2824
Minor grammar fix
2013-09-11 23:05:22 -05:00
Jannis Leidel
7770a69ced
Drop d2to1.
2013-09-09 11:03:00 +02:00
Jannis Leidel
515eb603c7
Slight revamp of the values docs.
2013-09-06 23:24:34 +02:00
Jannis Leidel
dacca7e073
Use ValueError instead of Django's ImproperlyConfigured.
...
This is to prevent hiding the real reason of a configuration failure behind one of Django's import time exceptions.
2013-09-06 22:40:15 +02:00
Jannis Leidel
141e137d9f
Minor style change for docs.
2013-09-03 13:13:20 +02:00
Jannis Leidel
cd2144492c
Minor edits to the docs.
2013-09-03 13:03:59 +02:00
Jannis Leidel
556365bc8f
Minor edits to the values docs.
2013-09-03 12:30:39 +02:00
Jannis Leidel
927c052be5
Changed the default of the Value's environ option to True.
2013-09-03 12:03:34 +02:00
Jannis Leidel
f4cea1e97b
Moved project templates into cookbooks.
2013-07-27 16:49:50 +02:00
Jannis Leidel
b8222d2271
Raise an ImproperlyConfigured exception if value handling doesn't work, thanks @pydanny for the suggestion.
2013-07-27 15:38:30 +02:00
Jannis Leidel
1a54847375
Added a configuration values system.
...
This also adds some advanced features like a setup classmethod to the Configuration class.
Reorganized and extended the documentation.
2013-07-27 12:37:28 +02:00
Jannis Leidel
e31adbaeed
Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0.
2013-07-27 12:05:39 +02:00
Jannis Leidel
2fde445890
Fixed typo.
2013-05-15 16:34:06 +02:00
Jannis Leidel
d98ce1aa81
Fixed README example to not confuse beginners. Thanks, @peterbe.
2013-05-15 12:29:25 +02:00
Jannis Leidel
bebe4f254b
Extended the setup methods in pre and post phase. Fixes #27 .
2013-05-15 11:32:57 +02:00
Jannis Leidel
708fb9ac50
Renamed the pristine decorator to pristinemethod for consistency.
2013-05-15 10:59:02 +02:00
Jannis Leidel
df865840bc
Added a setup method hook for easier startup time code.
2013-05-15 10:57:30 +02:00
Jannis Leidel
6596e191f0
Added pristine decorator to handle callable settings. Fixes #28 .
2013-04-30 17:11:29 +02:00
Jannis Leidel
163aed8520
Normalized name of example settings class to Prod.
2013-04-30 17:07:11 +02:00
Jannis Leidel
ad83d79397
Updated authors and license.
2013-04-11 17:14:40 +02:00
Jannis Leidel
87f2b4723d
Add a fastcgi helper. Fixes #19 .
2013-03-27 16:57:05 +01:00
Jannis Leidel
ea4ba09af2
Mention a work around for Celery. Fixes #11 .
2013-03-27 15:34:33 +01:00
Jannis Leidel
c616caf6d6
Added a changelog and include it both from the docs and from the setup.py.
2012-09-21 20:55:26 +02:00
Jannis Leidel
26bc0d692f
Added a global --configuration option to management commands and show configuration class path when using runserver. Fixes #9 .
2012-09-21 16:34:16 +02:00
Jannis Leidel
df6c2edf59
Minor cosmetic doc changes.
2012-07-21 21:43:18 +02:00
Jannis Leidel
994889bc58
Add a release make target and remove wrgon sphinx configuration file.
2012-07-21 16:21:47 +02:00
Jannis Leidel
aca5cee79a
Extended and fixed the docs a bit.
2012-07-21 16:09:30 +02:00
Jannis Leidel
775e1b9225
Initial version.
2012-07-21 15:56:04 +02:00