Wednesday, April 30, 2014

Python/Django based Enterprise framowrk

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.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/5daa1b65-329a-4899-b54c-1236ece96fab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment