On Wed, Mar 13, 2013 at 12:42 AM, frocco <[email protected]> wrote: > I want to run the code below in a file called migration.py >
3 options: 1) Setup the django environment manually in your scripts: https://docs.djangoproject.com/en/1.5/topics/settings/#either-configure-or-django-settings-module-is-required 2) Write a management command https://docs.djangoproject.com/en/1.5/howto/custom-management-commands/ 3) Use an extension like django-extensions as mentioned by Andy Cheers Tom -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

