lower case james

This commit is contained in:
Lorin Werthen 2015-04-03 18:51:19 +02:00
parent 113fbe98b9
commit e3daf80ff6
5 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ class PrefixFix(object):
if not app.debug: 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 = TimedRotatingFileHandler(app.config['LOGFILE'], when='midnight', backupCount=100)
timedFileHandler.setLevel(logging.DEBUG) timedFileHandler.setLevel(logging.DEBUG)
logger = logging.getLogger('werkzeug') logger = logging.getLogger('werkzeug')

View file

@ -1,10 +1,10 @@
# config # config
class Configuration(object): class Configuration(object):
SQLALCHEMY_DATABASE_URI = 'sqlite:///james.db' SQLALCHEMY_DATABASE_URI = 'sqlite:///haldis.db'
DEBUG = True DEBUG = True
SECRET_KEY = '<change>' SECRET_KEY = '<change>'
SLACK_WEBHOOK = '<add url>' SLACK_WEBHOOK = '<add url>'
LOGFILE = 'james.log' LOGFILE = 'haldis.log'
ZEUS_KEY = '' ZEUS_KEY = ''
ZEUS_SECRET = '' ZEUS_SECRET = ''

View file

@ -9,4 +9,4 @@ if sys.executable != INTERP:
sys.path.append(os.getcwd()) sys.path.append(os.getcwd())
from james import app as application from haldis import app as application

View file

@ -72,7 +72,7 @@
<hr> <hr>
<div class="container"> <div class="container">
<div class="pull-right">Made with ❤ by <a href="http://zeus.ugent.be">Zeus WPI</a></div> <div class="pull-right">Made with ❤ by <a href="http://zeus.ugent.be">Zeus WPI</a></div>
<div class="pull-left"><a class="github-button" href="https://github.com/ZeusWPI/james" data-icon="octicon-star" data-style="mega" data-count-href="/ZeusWPI/Haldis/stargazers" data-count-api="/repos/ZeusWPI/Haldis#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star ZeusWPI/Haldis on GitHub">Star</a></div> <div class="pull-left"><a class="github-button" href="https://github.com/ZeusWPI/haldis" data-icon="octicon-star" data-style="mega" data-count-href="/ZeusWPI/Haldis/stargazers" data-count-api="/repos/ZeusWPI/Haldis#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star ZeusWPI/Haldis on GitHub">Star</a></div>
<div class="text-center"><a href="http://github.com/ZeusWPI/Haldis">© {{ ""|year }}</a></div> <div class="text-center"><a href="http://github.com/ZeusWPI/Haldis">© {{ ""|year }}</a></div>
</div> </div>
</footer> </footer>