- django 1.10.2
- xlsxwriter 0.9.3
- pillow 3.4.2
- reportlab 3.3.0
- 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.
- git clone https://github.com/roppert/django-export-excel-and-pdf.git
- virtualenv --python=python3 venv
- source venv/bin/activate
- pip install -r requirements.txt
- cd project
- ./manage.py migrate
- ./manage.py loaddata data
- ./manage.py runserver