Import data into database – django app

By | October 17th, 2017|Categories: code, git|Tags: , , , |0 Comments

Steps to import data into your Django app So you have a Django app and want to load data from a URL, a CSV file or a JSON file, I got you :smile: First, create your models, make migrations, migrate and all that setup you have to do, but I'm sure you got all that covered