From 60fb3f4d0a6ddb2a59f46599120f4f3e2904d3bf Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Fri, 23 Feb 2018 15:25:27 +0530 Subject: [PATCH] update website --- website/app/__init__.py | 3 --- website/etc/hosts | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 website/etc/hosts diff --git a/website/app/__init__.py b/website/app/__init__.py index e1e924e5b..6c5009aa4 100644 --- a/website/app/__init__.py +++ b/website/app/__init__.py @@ -2,7 +2,4 @@ from flask import Flask app = Flask(__name__) -app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 0 -app.secret_key = 'thedarklordisgreat' - from app import routes,vote \ No newline at end of file diff --git a/website/etc/hosts b/website/etc/hosts deleted file mode 100644 index 62a8cca88..000000000 --- a/website/etc/hosts +++ /dev/null @@ -1,2 +0,0 @@ -127.0.0.1 localwebsite -127.0.0.1 blog.localwebsite \ No newline at end of file