-
- 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 | alembic==0.8.10 | ||
blinker | amqp==2.1.4 | ||
Flask | appdirs==1.4.0 | ||
Flask-Migrate | argh==0.26.2 | ||
Flask-Script | billiard==3.5.0.2 | ||
Flask-SQLAlchemy | blinker==1.4 | ||
Flask-WTF | celery==4.0.2 | ||
Flask-SocketIO | click==6.7 | ||
Jinja2 | Flask==0.12 | ||
Mako | Flask-Migrate==2.0.3 | ||
MarkupSafe | Flask-Script==2.0.5 | ||
psycopg2 | Flask-SocketIO==2.8.4 | ||
python-editor | Flask-SQLAlchemy==2.1 | ||
SQLAlchemy | Flask-WTF==0.14.2 | ||
Werkzeug | itsdangerous==0.24 | ||
wheel | Jinja2==2.9.5 | ||
WTForms | kombu==4.0.2 | ||
celery[redis] | Mako==1.0.6 | ||
regex | MarkupSafe==0.23 | ||
watchdog | 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