Hi all, not sure if this is the right place to be asking django- command-extension questions, but I can't seem to get the dumpscript/ runscript commands working correctly.
Is there something wrong in the way I'm doing this: > ./manage.py dumpscript > scripts/test.py > touch scripts/__init__.py > ./manage.py runscript scripts/test.py No module for script 'scripts/data.py' found Thanks, Murray -- You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en.

