Running a Python script outside of Django

Posted by geejay on Stack Overflow See other posts from Stack Overflow or by geejay
Published on 2009-08-21T07:33:37Z Indexed on 2010/04/14 2:53 UTC
Read the original article Hit count: 274

Filed under:
|

I have a script which uses the Django ORM features, amongst other external libraries, that I want to run outside of Django (that is, executed from the command-line).

Edit: At the moment, I can launch it by navigating to a URL...

How do I setup the environment for this?

© Stack Overflow or respective owner

Related posts about django

Related posts about python