ok i had django installed and was following the first tutorial, i ran
the django-admin.py successfully, and created the mysite directory
with the 4 files, when i open up the command prompt in mysite folder
and enter manage.py runserver i get the following error: i searched
the forums with the error and havn't found a solution that works yet
C:\BLA\MYSITE\manage.py runserver
Traceback <most recent call last>:
File "C:\BLA\MYSITE\manage.py", line 11, in <module>
execute_manager<settings>
File "C:\Python25\Lib\site-package\django\core\manegement.py", line
1657, in
execute manager
project_directory = setup_environ<settings_mod>
File "C:\Python25\Lib\site-packages\django\core\management.py" line
1649, in
setup_environ
project_module = __import__<project_name, {}, {}, ['']>
ImportError: No module named MYSITE
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---