Hello, I am still a newbie exploring possibilities of Django but you learn advanced techniques often on really big applications. I have here my two projects I want to do in Django (1. advanced eshop system and 2. webhosting management [customer database, invoicing, webhosting settings, trouble tickets, ...]). Django Admin can be very customized but I don't know if it can handle such projects. I am asking this because I don't know if I have first to go deep into Django Admin and spend some weeks exploring and testing all of the functionality first or I should begin with building the application from scratch the old classic way.
Here are some examples I will need to do: * combine Admin pages (CRUD) with normal pages (e.g. listing of sales summaries or another overviews [with linking to details page for example], displaying an amount of mixed informations [combined from multiple models], ...) * dynamic edit forms - e.g. customer has a product which consist from multiple parts which can be combined. So, one customer has fieldsets A, B, C another A, C, D . Every fieldset has some editable and some static fields (read only). * advanced permissions - some employees have editing access only to some fields in a fieldset and these not editable without permissions are displayed only as text instead of a textfield I don't think that such things will be possible, but as I found yesterday, Django Admin has wider possibilities than I expected :) Thank your for your answers, Martin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

