On Thu, Jul 22, 2010 at 11:33 AM, Brian Lee <[email protected]> wrote: > > How would I relate this script to my store so that I can run it in the > form of python productimport.py instead of using python console >
I think the easiest way is to set your DJANGO_SETTINGS_MODULE environment variable. Here's an article that helped me with this topic: http://www.b-list.org/weblog/2007/sep/22/standalone-django-scripts/ --Stuart -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
