Re: Charts for Admin Interface

2009-02-15 Thread Alex Gaynor
On Sun, Feb 15, 2009 at 10:20 AM, Peter Herndon wrote: > > I don't have the URL handy, but the admin docs contain pointers on how > to add extra URLs to your admin site. Create a view, make a template, > add the URL, profit!! So if you want charts in your admin, such a > task is well within the

Re: Charts for Admin Interface

2009-02-15 Thread Peter Herndon
I don't have the URL handy, but the admin docs contain pointers on how to add extra URLs to your admin site. Create a view, make a template, add the URL, profit!! So if you want charts in your admin, such a task is well within the capabilities of Django for you to add. On 2/13/09, Robert wrote

Charts for Admin Interface

2009-02-13 Thread Robert
Dear Community, did ever anybody try to add charts (i.e. with ReportLab) to the admin interface? I think it would be a very nice feature to show statistics, ... First the user should be able to make some choices and then depending on these choices django should create a chart (values of course ou