[Answer]-Importing data into django from CSV via admin interface

2👍

You can make use of Django import_export.

-1👍

Making what easier? Your question is rather vague, but from what I understand you would need something to scedule the job at regular intervals. This could be done in lots of ways, but usually by a python script and a cronjob or a celery task.

Leave a comment