Changeset - 4a142551e694
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2014-12-13 10:16:01
dennis.fink@c3l.lu
Fixed manage.py to new configuration loading
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
manage.py
Show inline comments
 
@@ -7,11 +7,8 @@ from flask import current_app
 
from flask.ext.script import Manager
 
from flask.ext.script.commands import Clean, ShowUrls
 

	
 
os.environ['ENNSTATUS_SETTINGS'] = '../test/config.py'
 

	
 
from ennstatus import create_app
 

	
 

	
 
manager = Manager(create_app())
 

	
 

	
0 comments (0 inline, 0 general)