Hello Martin, Django admin has its limitations and this quote from djangobook.com http://djangobook.com/en/2.0/chapter06/ will clarify your comment.
"One final point we want to make clear is: the admin site is not an end-all-be-all. Over the years, we’ve seen it hacked and chopped up to serve a variety of functions it wasn’t intended to serve. It’s not intended to be a public interface to data, nor is it intended to allow for sophisticated sorting and searching of your data. As we said early in this chapter, it’s for trusted site administrators. Keeping this sweet spot in mind is the key to effective admin-site usage." So if you want a customizable option i would suggest to do it from the ground up to your needs. Joao da silva @codedefinition On Apr 29, 12:47 pm, Martin Tiršel <dja...@blackpage.eu> wrote: > 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 django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.