Re: Python/Django based Enterprise framowrk

2014-05-01 Thread Mario Gudelj
You'll need to create your own admin in that case. For 90% of my projects I've unfortunately had to do that. You can find a good admin console kit, perhaps something based on bootstrap and use the components to create whatever you want. I usually use one called Metronic. On 01/05/2014 7:43 pm, "Ken

Re: Python/Django based Enterprise framowrk

2014-05-01 Thread Kenan Bek
*and full customisation of code/view (I think it should generate python codes rather than generate dynamic views)* I mean for example if we use Django's Admin it will generate Dynamic view and it is hard to customise it. I need something which will generate forms like Django Admin but with flex

Re: Python/Django based Enterprise framowrk

2014-05-01 Thread Venkatraman S
On Thu, May 1, 2014 at 12:24 PM, Kenan Bek wrote: > > So, now, I am looking for frameworks based on Django which will give > features for following issues: > > Django itself is a framework :) > - rich CRUD views generation (list/table, details, edit and create forms) > CBV vs FBV. > - ready

Python/Django based Enterprise framowrk

2014-04-30 Thread Kenan Bek
Dear Django users, I am working on ERP solution for my company and I used to use Django as a web application framework. To automatise process of creating CRUD forms I use Django Admin with Django Suit package. It works pretty well. BUT it does not gives features for full customisation because i