Hello, I am thinking about starting a Django app to manage data (I need it for financial reporting).
What I am wondering about those days is a way to create an application that: 1) Allows the privileged user to insert a "plug in" that adds a module and its views. 2) Allows the user to add views and "scripts" to an existing model. The way I think this is a model centric application with different views and file uploaders. For me this would be a break out as we use to run different reports from the same dataset (just changing the grouping, filtering, formulas). I need file uploaders as the same model can be populated from different files, organized in different ways. Do you have some aviced on best practices to achieve this? I don't want the user to touch the main web site when adding modules and views. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.