Created a basic flask app with signup and error html pages.
parents
.gitignore
0 → 100644
README.md
0 → 100644
app/__init__.py
0 → 100644
app/auth/__init__.py
0 → 100644
app/auth/forms.py
0 → 100644
app/auth/views.py
0 → 100644
app/templates/index.html
0 → 100644
config.py
0 → 100644
requirements.txt
0 → 100644
Click==7.0 | ||
dominate==2.3.5 | ||
Flask==1.0.2 | ||
Flask-Bootstrap==3.3.7.1 | ||
Flask-Login==0.4.1 | ||
Flask-Testing==0.7.1 | ||
Flask-WTF==0.14.2 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10 | ||
Mako==1.0.7 | ||
MarkupSafe==1.1.1 | ||
pbr==5.1.3 | ||
python-dateutil==1.5 | ||
python-editor==1.0.4 | ||
pytz==2013.7 | ||
six==1.12.0 | ||
stevedore==1.30.1 | ||
virtualenv==16.4.3 | ||
virtualenv-clone==0.5.1 | ||
virtualenvwrapper==4.8.4 | ||
visitor==0.1.3 | ||
Werkzeug==0.14.1 | ||
WTForms==2.2.1 |
run.py
0 → 100644
Please register or sign in to comment