Changes between Version 11 and Version 12 of Charts


Ignore:
Timestamp:
Jun 8, 2012, 1:48:42 AM (12 years ago)
Author:
shrutika.m.15@…
Comment:
  1. Need to add 'Python Imaging Library (PIL)' because if it not installed it gives Error : " No Module named Image" And also one line in views.py is remaining 'from django.http import HttpResponse' else it gives error : "global name 'httpresponse' is not defined"

Legend:

Unmodified
Added
Removed
Modified
  • Charts

    v11 v12  
    99= Installation =
    1010You will need the !ReportLab library from http://www.reportlab.com/
     11And  Python Imaging Library (PIL) from http://www.pythonware.com/products/pil/
    1112
    1213Also make sure you have compiled the ''_rl_accel'' and ''_renderPM'' packages.  The latter
     
    7475
    7576{{{
     77from django.http import HttpResponse
    7678def barchart(request):
    7779
Back to Top