I’m creating a GUI for creating/editing models within the admin interface, see Github project. When a person creates a new app I want that app automatically added to the admin interface and any models in that app. How do I automatically do that?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do a source code editor, maybe based on django-alto which already has edition for view code, or do a ModelModel that is loaded dynamically in which case you might want to base on django-not-eav.
The advantage of django-not-eav’s approach is that it should be easier to use than source code editing for the average webmaster/website admin.
Either way, it’s going to be quite some work 🙂