add django tables 2 and basic table layout
Showing
- opentech/apply/dashboard/tables.py 11 additions, 0 deletionsopentech/apply/dashboard/tables.py
- opentech/apply/dashboard/templates/dashboard/dashboard.html 2 additions, 11 deletionsopentech/apply/dashboard/templates/dashboard/dashboard.html
- opentech/apply/dashboard/views.py 7 additions, 0 deletionsopentech/apply/dashboard/views.py
- opentech/settings/base.py 1 addition, 0 deletionsopentech/settings/base.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
opentech/apply/dashboard/tables.py
0 → 100644
... | ... | @@ -13,6 +13,7 @@ wagtail_factories==0.3.0 |
flake8 | ||
social_auth_app_django==2.1.0 | ||
django-tables2=1.17.1 | ||
# Production dependencies | ||
dj-database-url==0.4.1 | ||
... | ... |
Please register or sign in to comment