mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Create a badger.settings that offers defaults overridable from settings.py #141

Closed lmorchard closed 11 years ago

lmorchard commented 11 years ago

Currently have defaults scattered all over the place. Create one central badger.settings to inventory possible settings and show defaults to override.

lmorchard commented 11 years ago

Started working on this here: https://github.com/lmorchard/django-badger/commit/62b310ab40151beadc3e9ef789c460718989017b

lmorchard commented 11 years ago

Going to say this is pretty much done, except for moving settings used everywhere over to it. That can just be a gradual thing.