Hey all,

I'm a real beginner at both Django and Python, so excuse me if my
question looks silly to you.

A friend of mine did me a huge favour by coding a form for me.
However, I would like to modify a couple of details in the page.

I have copied the code and the folders linked to the website to my
computer. However, even though python and django are both installed
well, when I want to run the server (python manage.py runserver) from
the directory where I saved the files. It doesn't provide me the
message:

-------------------------------------------------------------
Validating models...
0 errors found.

Django version 1.0, using settings 'mysite.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
--------------------------------------------------------------

Which I was looking for... :-(

Instead I get a whole number of imports (which might be ok, I don't
know)

But was frustrates me is that (logically, I guess) when I try to open
the development server ( by going to http://127.0.0.1:8000/ ), it
doesn't work...

Would anyone have tips or an idea on how I could get this to work?

Thanks a lot in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to