You've already forked q3stats
Q3Stats is now open source! :)
This commit is contained in:
12
run_web_app.py
Normal file
12
run_web_app.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
run_web_app.py
|
||||
==============
|
||||
|
||||
Startup script for the Web app.
|
||||
"""
|
||||
|
||||
from q3stats.scripts.wsgi_app import app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run()
|
||||
Reference in New Issue
Block a user