export to excel
parent
59cc8ac5
No related branches found
No related tags found
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- requirements.txt 5 additions, 1 deletionrequirements.txt
- smash/web/static/css/export.css 9 additions, 0 deletionssmash/web/static/css/export.css
- smash/web/templates/export/index.html 16 additions, 9 deletionssmash/web/templates/export/index.html
- smash/web/templates/visits/add.html 0 additions, 6 deletionssmash/web/templates/visits/add.html
- smash/web/tests/test_view_export.py 12 additions, 2 deletionssmash/web/tests/test_view_export.py
- smash/web/urls.py 2 additions, 1 deletionsmash/web/urls.py
- smash/web/views/export.py 29 additions, 6 deletionssmash/web/views/export.py
... | @@ -8,4 +8,8 @@ python-docx==0.8.6 | ... | @@ -8,4 +8,8 @@ python-docx==0.8.6 |
django-cleanup==0.4.2 | django-cleanup==0.4.2 | ||
django_cron==0.5.0 | django_cron==0.5.0 | ||
django-two-factor-auth==1.6.1 | django-two-factor-auth==1.6.1 | ||
nexmo | nexmo | ||
\ No newline at end of file | django-excel==0.0.9 | ||
pyexcel-xls==0.5.0 | |||
pyexcel==0.5.3 | |||
smash/web/static/css/export.css
0 → 100644
Please register or sign in to comment