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