diff --git a/cao_sunyata.sqlite b/cao_sunyata.sqlite old mode 100644 new mode 100755 index 1760f11..29e77b0 Binary files a/cao_sunyata.sqlite and b/cao_sunyata.sqlite differ diff --git a/development.ini b/development.ini index 4ea33a0..a9baa5f 100644 --- a/development.ini +++ b/development.ini @@ -55,7 +55,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s [server:main] use = egg:waitress#main -listen = localhost:6543 +listen = localhost:9180 ### # logging configuration diff --git a/production.ini b/production.ini index 8b2c6ac..e62208d 100644 --- a/production.ini +++ b/production.ini @@ -45,7 +45,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s [server:main] use = egg:waitress#main -listen = *:6543 +listen = *:9180 url_scheme = https ### diff --git a/setup.py b/setup.py index fa54f07..6fba21f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ requires = [ 'webhelpers2', # various web building related helpers 'passlib', 'python-magic', - 'Pillow == 8.0.1', + 'Pillow', 'unidecode', 'markdown', 'urllib3==1.26',