> Interested in generating some simple reports with Django. > > I have a number of text and dateFields and need some sample DB > reports. I could do it myself by designing a page to give me counts - > but would prefer if there was a sweeter way to do it in django.
There isn't a sweeter way in Django, per say. There are many great things in Django to make it sweet like the ORM and templating. It is pretty simple to create a query to grab the data and display it on an HTML page through the templating system. If you want a PDF be sure to check out the great ReportLab [1] python library. [1]: http://www.reportlab.org/ -- Brian Rosner http://oebfare.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---