Updated template with more features
.gitignore
0 → 100644
auth/__init__.py
0 → 100644
auth/constants.py
0 → 100644
auth/ldap_auth.py
0 → 100644
auth/ldap_handler.py
0 → 100644
blueprints/__init__.py
0 → 100644
blueprints/auth.py
0 → 100644
blueprints/home.py
0 → 100644
config/__init__.py
0 → 100644
config/config.py
0 → 100644
database/__init__.py
0 → 100644
database/db.py
0 → 100644
models/__init__.py
0 → 100644
models/user.py
0 → 100644
... | ... | @@ -5,3 +5,7 @@ itsdangerous |
Jinja2 | ||
peewee | ||
Werkzeug | ||
Flask-SQLAlchemy | ||
SQLAlchemy | ||
psycopg2-binary | ||
python_ldap | ||
\ No newline at end of file |
static/img/python-logo.png
0 → 100644
49.6 KB