pip install -r requirements.txt
git clone https://gist.github.com/de956088bab2a9168c7647fdf1be7cc5.git
python manage.py shell
import os
import csv
from getData.models import info
os.rename('de956088bab2a9168c7647fdf1be7cc5/DTC5259515123502080915D0010.uff','de956088bab2a9168c7647fdf1be7cc5/DTC5259515123502080915D0010.csv')
with open('de956088bab2a9168c7647fdf1be7cc5/DTC5259515123502080915D0010.csv') as f:
reader = csv.reader(f)
for row in reader:
d = info(data=row)
d.save()
ctrl+d
confirm by typing y and then press enter.
python manage.py runserver
http://localhost:8000/admin
username: admin
password: admin123