Re: Enterprise web application with admin interface

2018-12-19 Thread Nebojsa Hajdukovic
Yes, gerila, pes-serbia and itla.pesfm.org this is our new league with over 1000 players and it is growing every week. Those visitors and players are usually from western europe, most of them Spain, Italy and Germany. сре, 19. дец 2018. у 14:37 Andréas Kühne је написао/ла: > I would second that

Re: Enterprise web application with admin interface

2018-12-19 Thread Andréas Kühne
I would second that - it is completely doable - I have created a corresponding admin interface that is used as a order handling system. It is incredibly expandable and you can create your own views / layouts and so on. Regards, Andréas Den ons 19 dec. 2018 kl 12:47 skrev Derek : > Its been app

Re: Enterprise web application with admin interface

2018-12-19 Thread Derek
Its been appropriate for our use case and its far more customisable than people realise. Plus if you use tools like Grappelli or Django Suite you can create a really slick looking interface, into which you can plug customized views and reporting apps that "go beyond" the basic admin functions

Re: Enterprise web application with admin interface

2018-12-18 Thread Sidnei Pereira
It's very flexible indeed. But depending on the requirements of it you could end fighting the framework. For instance, the permissions check are model based (not instance based neither fields based), the list view has a lot of responsibilities and it'is not so easily extensible. Again it will d