Python/Django based Enterprise framowrk

90 views
Skip to first unread message

Kenan Bek

unread,
May 1, 2014, 2:54:18 AM5/1/14
to django...@googlegroups.com
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 it is DYNAMIC form generation approach.

So, now, I am looking for frameworks based on Django which will give features for following issues:

- rich CRUD views generation (list/table, details, edit and create forms)
- ready to use file upload feature
- rich reporting feature
- and full customisation of code/view (I think it should generate python codes rather than generate dynamic views)

Thanks.

Venkatraman S

unread,
May 1, 2014, 4:32:14 AM5/1/14
to django...@googlegroups.com
On Thu, May 1, 2014 at 12:24 PM, Kenan Bek <mrken...@gmail.com> 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 to use file upload feature

If you ModelForm, it comes inbuilt without u having to code anything.
 
- rich reporting feature

Most reporting is based on how you collect and store data and what kind of information/report that you want to present. If its all structured info in a db, things become a lot simpler and the only thing that you need is knowledge of sql and some charting lib to render them.
 
- and full customisation of code/view (I think it should generate python codes rather than generate dynamic views)

Not sure what do you mean by this. 

Kenan Bek

unread,
May 1, 2014, 5:43:17 AM5/1/14
to django...@googlegroups.com
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 flexible customisation.

Mario Gudelj

unread,
May 1, 2014, 6:30:52 AM5/1/14
to django...@googlegroups.com

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.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/84c71812-429b-4926-bfb8-2f503ac77f9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages