diff --git a/server/default_config.py b/server/default_config.py index 450ecb0..9c87595 100644 --- a/server/default_config.py +++ b/server/default_config.py @@ -2,8 +2,8 @@ HOST = 'localhost' PORT = '8000' WSGI_SERVER = 'wsgiref' WSGI_SERVER_OPTIONS = {} -#WSGI_SERVER = 'gunicorn' -#WSGI_SERVER_OPTIONS = {'workers': 4, 'worker_class': 'eventlet'} +WSGI_SERVER = 'gunicorn' +WSGI_SERVER_OPTIONS = {'workers': 4 } DEBUG = True DB_URI = 'sqlite:///techrec.db' diff --git a/server/pages/new.html b/server/pages/new.html index 93ff7c7..95fc4a7 100644 --- a/server/pages/new.html +++ b/server/pages/new.html @@ -19,6 +19,14 @@
+ +