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

ability to specify admin site instance #9

Closed dmytrokyrychuk closed 9 years ago

dmytrokyrychuk commented 9 years ago

I thought somebody might need to use custom admin site.

register_admin_models() is only called inside of autodiscover_siteprefs(), so this change should not brake anything.

idlesign commented 9 years ago

Nice. You might also consider to mention it somewhere in the docs.

Merged.
Thank you.