lower case james
This commit is contained in:
parent
113fbe98b9
commit
e3daf80ff6
5 changed files with 5 additions and 5 deletions
|
@ -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')
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# config
|
||||
|
||||
class Configuration(object):
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///james.db'
|
||||
SQLALCHEMY_DATABASE_URI = 'sqlite:///haldis.db'
|
||||
DEBUG = True
|
||||
SECRET_KEY = '<change>'
|
||||
SLACK_WEBHOOK = '<add url>'
|
||||
LOGFILE = 'james.log'
|
||||
LOGFILE = 'haldis.log'
|
||||
ZEUS_KEY = ''
|
||||
ZEUS_SECRET = ''
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<hr>
|
||||
<div class="container">
|
||||
<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>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue