public
Description: Using Python Open Flash Chart 2 with Django
Homepage: http://btbytes.github.com/pyofc2
Clone URL: git://github.com/btbytes/djofc2_demo.git
name age message
file .gitignore Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
file README.md Wed Apr 15 18:42:28 -0700 2009 fix [btbytes]
file __init__.py Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
directory demoapp/ Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
file manage.py Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
file settings.py Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
directory static/ Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
directory templates/ Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
file urls.py Wed Apr 15 18:39:33 -0700 2009 initial commit [btbytes]
README.md

Using PyOFC2 with Django

  1. Download Open Flash Chart 2
  2. Download and install PyOFC2
  3. Download SWFObject and put the files in your static media directory
  4. Add references to the SWFObject files and open-flash-chart.swf file in the header section. See templates/index.html for details
  5. Create a view to serve the json data from. See demoapp/views.py
  6. Configure urls.py to map the view to the url endpoint.

Copyright (c) 2009 Pradeep Gowda. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. The name of Pradeep Gowda may not be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.