Changes between Version 11 and Version 12 of Charts
- Timestamp:
- Jun 8, 2012, 1:48:42 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Charts
v11 v12 9 9 = Installation = 10 10 You will need the !ReportLab library from http://www.reportlab.com/ 11 And Python Imaging Library (PIL) from http://www.pythonware.com/products/pil/ 11 12 12 13 Also make sure you have compiled the ''_rl_accel'' and ''_renderPM'' packages. The latter … … 74 75 75 76 {{{ 77 from django.http import HttpResponse 76 78 def barchart(request): 77 79