mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Added reportlab and z3c.RML Related things
This commit is contained in:
@@ -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/
|
||||
|
||||
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
BIN
reportlab.zip
Normal file
BIN
reportlab.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user