samakshjain / csv-parser

A basic csv parser in django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Parser written in Django

Installation

Ensure that you are using Python 3.x.y

Setup a virtualenv and install the dependencies from requirements.txt

Run

Run migrations before running the app:

$ python manage.py migrate

$ python manage.py runserver

To populate the data run:

$ python manage.py gen <path-to-csv-file>

Navigate to http://localhost:8000/data/ to see the data in action

Screens

Demo

About

A basic csv parser in django


Languages

Language:Python 71.2%Language:HTML 23.4%Language:CSS 5.4%