DistrictDataLabs / logbook

A simple web application for activity tracking and event aggregation.
https://ddl-logbook.herokuapp.com/
Apache License 2.0
4 stars 1 forks source link

CSV Import Functionality #2

Closed ojedatony1616 closed 8 years ago

ojedatony1616 commented 9 years ago

Click Choose File button, prompt user to choose directory and file name, import CSV file containing email, name, action, detail, date, and IP address into a log table.

bbengfort commented 9 years ago

This is a great feature; just a question of when to add it. The implementation will be via a Django management command for now.

bbengfort commented 9 years ago

The Django management command has been implemented; now we need to deal with the upload CSV to the website functionality since uploading data to heroku is hard.