Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 574 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 574 Bytes

Libraries used

  • django 1.10.2
  • xlsxwriter 0.9.3
  • pillow 3.4.2
  • reportlab 3.3.0

Prerequisite

  • python3
  • virtualenv
  • pip

This demo is developed on Linux but should run without problem on any platform able to run python. Your mileage may vary.

Install and run

  1. git clone https://github.com/roppert/django-export-excel-and-pdf.git
  2. virtualenv --python=python3 venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt
  5. cd project
  6. ./manage.py migrate
  7. ./manage.py loaddata data
  8. ./manage.py runserver