Re: Django app framework to allow configuration of apps via admin interface

2011-02-22 Thread Karen Tracey
Please direct questions/discussions about using Django to django-users. The topic of this list is the development of core Django itself. Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-deve

Django app framework to allow configuration of apps via admin interface

2011-02-22 Thread Nico
Hi! I am working on a django site for simple class (as in teachers) management. Because the people I am targeting for this site won't necessarily have any python or other technical skills, I want to make it so they can enable/disable user access to apps and configure apps via the admin interface.