-
- Downloads
Implemented logging in and out
Showing
- auth.py 67 additions, 0 deletionsauth.py
- requirements.txt 37 additions, 20 deletionsrequirements.txt
- server.py 49 additions, 10 deletionsserver.py
- shared.py 4 additions, 0 deletionsshared.py
- templates/layout.html 7 additions, 0 deletionstemplates/layout.html
- templates/login.html 7 additions, 0 deletionstemplates/login.html
- templates/macros.html 109 additions, 0 deletionstemplates/macros.html
- views/forms.py 7 additions, 0 deletionsviews/forms.py
auth.py
0 → 100644
alembic | ||
blinker | ||
Flask | ||
Flask-Migrate | ||
Flask-Script | ||
Flask-SQLAlchemy | ||
Flask-WTF | ||
Flask-SocketIO | ||
Jinja2 | ||
Mako | ||
MarkupSafe | ||
psycopg2 | ||
python-editor | ||
SQLAlchemy | ||
Werkzeug | ||
wheel | ||
WTForms | ||
celery[redis] | ||
regex | ||
watchdog | ||
alembic==0.8.10 | ||
amqp==2.1.4 | ||
appdirs==1.4.0 | ||
argh==0.26.2 | ||
billiard==3.5.0.2 | ||
blinker==1.4 | ||
celery==4.0.2 | ||
click==6.7 | ||
Flask==0.12 | ||
Flask-Migrate==2.0.3 | ||
Flask-Script==2.0.5 | ||
Flask-SocketIO==2.8.4 | ||
Flask-SQLAlchemy==2.1 | ||
Flask-WTF==0.14.2 | ||
itsdangerous==0.24 | ||
Jinja2==2.9.5 | ||
kombu==4.0.2 | ||
Mako==1.0.6 | ||
MarkupSafe==0.23 | ||
packaging==16.8 | ||
pathtools==0.1.2 | ||
psycopg2==2.6.2 | ||
pyldap==2.4.28 | ||
pyparsing==2.1.10 | ||
python-editor==1.0.3 | ||
python-engineio==1.2.2 | ||
python-socketio==1.7.1 | ||
pytz==2016.10 | ||
PyYAML==3.12 | ||
redis==2.10.5 | ||
regex==2017.2.8 | ||
six==1.10.0 | ||
SQLAlchemy==1.1.5 | ||
vine==1.1.3 | ||
watchdog==0.8.3 | ||
Werkzeug==0.11.15 | ||
WTForms==2.1 |
templates/login.html
0 → 100644
templates/macros.html
0 → 100644
views/forms.py
0 → 100644
Please register or sign in to comment