> > And you would expect that to happen just through admin? Would you trust > your users really to do all > that - basically giving full control what users installs to your system > without discretion?
Installing apps via the admin would be useful when the user is the same person as the sysadmin.\ However as we mentioned, Django really isn't architected for this. I could see Django-CMS creating a sub architecture that would allow for this sort of thing. Basically, you would need to create some sort of package of code that would work without getting added to INSTALLED_APPS. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/98243685-35ea-4c48-8d45-afc4c9c00aac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

