Re: ImportError at /

2008-05-03 Thread cootetom
Sorry, I'm being silly... I've realised my mistake now and it works just fine. I was running manage.py in the wrong directory. School boy error! On 3 May, 15:11, cootetom <[EMAIL PROTECTED]> wrote: > Hi all, I'm trying to use Django and am just getting it up and

ImportError at /

2008-05-03 Thread cootetom
Hi all, I'm trying to use Django and am just getting it up and running. I've set up a project using 'django-admin.py startproject myapp', this project now exists in a directory C:\Python25\apps\djcode \myapp. Next thing I did was start the developement server 'python manage.py runserver 8080'. Al