Hi Rob, Below are instructions for Windows (replace the items in square brackets). If you're using *nix, I'm sure you can figure out the equivalent ;)
set DJANGO_SETTINGS_MODULE=[projectname].settings set PYTHONPATH=[django_projects_folder] python runtests.py On Nov 17, 1:33 pm, "Rob Hudson" <[EMAIL PROTECTED]> wrote: > I was just playing with trying to run the tests this morning as well. > Doing "python runtests.py" in the django/tests directory gives me an > error about the DJANGO_SETTINGS_MODULE. I couldn't figure out what > needed to be in my environment setting to get the tests to work. > > Searching Google didn't turn up anything either. > > How do you run the tests? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
