idlesign / django-siteprefs

Reusable app for Django introducing site preferences system
https://github.com/idlesign/django-siteprefs
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

add setting to allow additional manage.py commands #4

Closed electroniceagle closed 10 years ago

electroniceagle commented 10 years ago

Hit an issue where I was using 'runserver_plus' and took me a while to understand why siteprefs wasn't working. Django deployments often use manage.py to start production servers such as gunicorn or celeryd. So, I've added a setting to make the list of enabled commands available to settings.py and made the default the most common suspects. Thanks! Brian

idlesign commented 10 years ago

That'll do. Merging. Thank you.