when i run my server, i continue to get this error when i created a project
etc. in the dir where the files are stored, there is no file: mysite.urls
-- anyone have an ideas as to why this is happening or how to correct it?
running on Windows XP:
ImportError at /
No module named mysite.urls
Req
uppercase?
Thanks for letting me keep my sanity :)
Kenneth Gonsalves wrote:
>
>
>
> On 01-Nov-06, at 10:03 AM, programguru wrote:
>
>> ImportError: No module named MYSITE
>
> why is it asking for caps? is it mysite or MYSITE?
>
> --
>
> regards
>
uppercase?
Thanks for letting me keep my sanity :)
Jeremy Dunck wrote:
>
>
> On 10/31/06, programguru <[EMAIL PROTECTED]> wrote:
> ...
>> Directory of C:\MYDJANGO\MYSITE
> ...
>> project_module = __import__(project_name, '', '', [''])
Interesting, DOS converts all of my lowercase folder names into UPPERCASE!
After reading your post, and several others, I decided to change my folder
names to upper case, and it solved the issue.
Now, does anyone know if there is a way to configure DOS NOT to convert my
folder names into upperc
#ive installed django on windows with the combination of several tutorials
and intstructs, and i am beggining lose all #will to eat, sleep, or do
anything else until i can resolve this.
#I simply did this: django-admin.py startproject mysite
#AND all was fine as these files were created:
Direc
5 matches
Mail list logo