-
- Downloads
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
No related branches found
No related tags found
Showing
- app/main/errors.py 3 additions, 3 deletionsapp/main/errors.py
- app/main/views.py 7 additions, 1 deletionapp/main/views.py
- app/tables.py 29 additions, 0 deletionsapp/tables.py
- app/templates/403.html.j2 1 addition, 3 deletionsapp/templates/403.html.j2
- app/templates/404.html.j2 1 addition, 3 deletionsapp/templates/404.html.j2
- app/templates/500.html.j2 1 addition, 3 deletionsapp/templates/500.html.j2
- app/templates/base.html.j2 3 additions, 0 deletionsapp/templates/base.html.j2
- app/templates/main/admin.html.j2 1 addition, 1 deletionapp/templates/main/admin.html.j2
- requirements.txt 1 addition, 0 deletionsrequirements.txt
app/tables.py
0 → 100644
... | ... | @@ -6,3 +6,4 @@ Flask-Migrate==2.5.2 |
Flask-SQLAlchemy==2.4.0 | ||
Flask-WTF==0.14.2 | ||
python-dotenv==0.10.3 | ||
Flask-Table==0.5.0 |
Please register or sign in to comment