Changeset - 11b36dd5c030
[Not reviewed]
version_5
6 3 0
Dennis Fink - 10 years ago 2015-07-21 23:40:26
dennis.fink@c3l.lu
Remove current stats implementation as it will be replaces with d3.js
9 files changed with 0 insertions and 193 deletions:
0 comments (0 inline, 0 general)
ennstatus/__init__.py
Show inline comments
 
@@ -59,9 +59,6 @@ def create_app():
 
    from .status.views import status_page
 
    app.register_blueprint(status_page, url_prefix='/status')
 

	
 
    from .stats.views import stats_page
 
    app.register_blueprint(stats_page, url_prefix='/stats')
 

	
 
    from .log import init_logging
 
    init_logging(app)
 

	
ennstatus/stats/__init__.py
Show inline comments
 
deleted file
ennstatus/stats/forms.py
Show inline comments
 
deleted file
ennstatus/stats/functions.py
Show inline comments
 
deleted file
ennstatus/stats/views.py
Show inline comments
 
deleted file
ennstatus/templates/stats/base.html
Show inline comments
 
deleted file
ennstatus/templates/stats/worldmap.html
Show inline comments
 
deleted file
requirements.in
Show inline comments
 
@@ -2,6 +2,5 @@ Flask-Bootstrap==3.3.5.3
 
Flask-Mail==0.9.1
 
Flask-WTF==0.12
 
Flask==0.10.1
 
pygal==1.6.1
 
pygeoip==0.3.2
 
python-gnupg==0.3.7
requirements.txt
Show inline comments
 
@@ -5,12 +5,9 @@ Flask-Bootstrap==3.3.5.3
 
Flask-Mail==0.9.1
 
Flask-WTF==0.12
 
Flask==0.10.1
 
humanize==0.5.1
 
itsdangerous==0.24
 
Jinja2==2.7.3
 
lxml==3.4.2
 
MarkupSafe==0.23
 
pygal==1.6.2
 
pygeoip==0.3.2
 
Pygments==2.0.1
 
python-gnupg==0.3.7
0 comments (0 inline, 0 general)