On Thu, May 1, 2014 at 12:24 PM, Kenan Bek <[email protected]> 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. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAN7tdFR-WuNhPg6zzXOHB6kW52aSU%3DSkwt53aaqkNjS%2BZ%2Bw81Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

