Parser data integration with Django [closed]
I want to make a site where I can see information about different universities. I have parsers ready, but I don't understand how I can < integrate parsers into Django application...
When I searched for information on this, some people recommended using django-admin commands, others recommended using parsers.
I don't understand which is better to use, which has what pros and which is worth choosing in the end?
At the moment I have parsers pour the information into a third party database and through a class it is pulled into an html form. I don't think this is the right solution...