U can just import the modules in the script file the way you import django modules.
If I have a separate Python script that I want to interact with my Django project, how do I set them up to communicate?
--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/c15b50ce-7083-453f-b087-e09c3c8a808f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think what you really need is a custom Django management command. You can take a look at the implementation of createsuperuser, it takes some input and creates a user based on this info.
--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/068b19ed-fdab-430b-8ae6-01cbb92321b7%40googlegroups.com.