Added reportlab and z3c.RML Related things

This commit is contained in:
Tom Price
2014-12-05 00:31:09 +00:00
parent b616ff8ae1
commit 66b5d233e5
4 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ https://docs.djangoproject.com/en/1.7/ref/settings/
import os
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
# Add report lab things
import sys
sys.path.insert(0,'reportlab.zip')
sys.path.insert(0,'z3c.zip')
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/

Binary file not shown.

BIN
reportlab.zip Normal file

Binary file not shown.

BIN
z3c.zip Normal file

Binary file not shown.