*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.

On Thursday, May 1, 2014 1:32:14 PM UTC+5, Venkatraman.S. wrote:
>
>
> On Thu, May 1, 2014 at 12:24 PM, Kenan Bek <mrken...@gmail.com<javascript:>
> > 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 django-users+unsubscr...@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/84c71812-429b-4926-bfb8-2f503ac77f9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to