Hi, I uninstalled and reinstalled django to see if that would solve things, but I still can't create a project. Here are the steps I'm taking:
1) Made sure the correct path was set so that the command prompt can find the django-admin.py file. Here's the path I set to locate the appropriate folder: %SystemRoot%\system32;%SystemRoot%;%SystemRoot% \System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C: \Python26\;C:\Python26\Scripts 2) Went into the command prompt and typed in django-admin.py. It didn't automatically show me any of the available commands as I presume it should have, but it didn't generate any error message either. 3) Typed in django-admin.py startproject mysite. I assumed I would then be able to go find the newly created mysite folder in my home directory because that's where it was set to start the project in the prompt 4) Went into my user directory(C:\Users\Mika) to find mysite folder, but it wasn't there. I'm not getting any error messages at all either in the command prompt, so I'm not sure what's going on. Please advise. thnx Mika -- 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.

