peeyush-tm / django-cube

Automatically exported from code.google.com/p/django-cube
GNU General Public License v3.0
1 stars 0 forks source link

generic view for table_from_cube #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It might be nice to have a generic view 'table_from_cube' that basically does 
exactly the same as the template tag, except that it calls directly the template

Original issue reported on code.google.com by seb...@gmail.com on 14 Jul 2010 at 11:38

GoogleCodeExporter commented 9 years ago
allow to select the dimensions as GET parameters.

Original comment by seb...@gmail.com on 15 Sep 2010 at 1:03

GoogleCodeExporter commented 9 years ago
'dimensions' and 'cube' parameter shouldn't be args, but kwargs 

Original comment by seb...@gmail.com on 2 Nov 2010 at 4:58

GoogleCodeExporter commented 9 years ago
table.html should be the default template

Original comment by seb...@gmail.com on 2 Nov 2010 at 4:58

GoogleCodeExporter commented 9 years ago
Complete, but won't implement dimensions as GET parameters.

Original comment by seb...@gmail.com on 4 Nov 2010 at 2:29