Calen Pennington
8f6be8ab96
Allow for keyed ConfigurationModels + New Admin UI
2015-06-02 14:50:45 -07:00
Ned Batchelder
78e9445aa1
Add super() calls to setUp/tearDown that are missing them
...
Also, I replaced a number of tearDown methods with addCleanup instead.
And also remove some unneeded patch.stopall() calls.
2015-05-14 18:14:21 -04:00
Nimisha Asthagiri
a87c881024
MA-612 Mobile Push Notification Studio Django admin setting
2015-04-18 15:30:14 -04:00
Will Daly
f8365a2d3b
Add donation end-point
...
Make donations configurable
Added donation button to dashboard
Generalize merchant defined data for payment processor
2014-10-07 14:22:55 -04:00
Calen Pennington
271fbdb40a
Switch dark_lang to database backed configuration
2014-01-29 13:24:41 -05:00
Calen Pennington
d379b35fa9
Add config_model, a library for database backed configuration
...
ConfigurationModels can be managed using the admin site. They are
append-only, and track the user who is making the change, and the time
that the change was made. The configuration is stored in the database,
and cached for performance.
[LMS-1220]
2014-01-29 09:17:19 -05:00