On Thu, Jul 16, 2015 at 7:44 PM, Jake Rudolph <[email protected]> wrote: > If I have a separate Python script that I want to interact with my Django > project, how do I set them up to communicate?
Not 100% sure what you mean. Do you mean you want to have a standalone python script that uses the ORM? I do this all the time. Just import what you need. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY50h8ay-iMRqKm-7K%3Dpoy3N%3DG7T-GVg_VNZ5MQy2QM6Ow%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

