I started to learn Django. I want to read from CSV file records and save them in Sqlite when the server just loaded (after running the command python manage.py runserver
)
I don't understand where should I write the code that does it.
it should be on the view? it should be on the command?
Thanks for any help!