diff --git a/app/app.py b/app/app.py index 484265a..b62b8bd 100644 --- a/app/app.py +++ b/app/app.py @@ -28,7 +28,7 @@ class PrefixFix(object): if not app.debug: - app.wsgi_app = PrefixFix(app.wsgi_app, '/james') + app.wsgi_app = PrefixFix(app.wsgi_app, '/haldis') timedFileHandler = TimedRotatingFileHandler(app.config['LOGFILE'], when='midnight', backupCount=100) timedFileHandler.setLevel(logging.DEBUG) logger = logging.getLogger('werkzeug') diff --git a/app/config.example.py b/app/config.example.py index faa8067..eaaebfd 100644 --- a/app/config.example.py +++ b/app/config.example.py @@ -1,10 +1,10 @@ # config class Configuration(object): - SQLALCHEMY_DATABASE_URI = 'sqlite:///james.db' + SQLALCHEMY_DATABASE_URI = 'sqlite:///haldis.db' DEBUG = True SECRET_KEY = '' SLACK_WEBHOOK = '' - LOGFILE = 'james.log' + LOGFILE = 'haldis.log' ZEUS_KEY = '' ZEUS_SECRET = '' diff --git a/app/james.py b/app/haldis.py similarity index 100% rename from app/james.py rename to app/haldis.py diff --git a/app/passenger_wsgi.py b/app/passenger_wsgi.py index dce231e..e8520f7 100644 --- a/app/passenger_wsgi.py +++ b/app/passenger_wsgi.py @@ -9,4 +9,4 @@ if sys.executable != INTERP: sys.path.append(os.getcwd()) -from james import app as application +from haldis import app as application diff --git a/app/templates/layout.html b/app/templates/layout.html index e8eeb6e..3639b97 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -72,7 +72,7 @@
Made with ❤ by Zeus WPI
- +