Django Admin: Creating a csv uploader to seed the database
Introduction Sometimes, when building a Django application, we come across interesting data we want to use in our project. However, this data is not always available in a nice format such as an API or SQL file.