I\'m trying to use the Django ORM in some standalone screen scraping scripts. I know this question has been asked before, but I\'m unable to figure out a good solution for my pa
I know this question is six years old but this alternative might appeal to someone searching this topic. Assuming Django's manage.py is in project/, and assuming main() is the script's entrypoint, then let Django take the strain: