so I installed django from "http://www.instantdjango.com/
chapter1.html" and then did the tutorial, and when I tried to execute
it, this is what I got:

Page not found (404)
Request Method:         GET
Request URL:    http://localhost/crime/arson/

No Crime matches the given query.

You're seeing this error because you have DEBUG = True in your Django
settings file. Change that to False, and Django will display a
standard 404 page.

do you know what might have went wrong? I crosschecked everything with
the tutorial...

On Oct 16, 12:29 am, AniNair <[EMAIL PROTECTED]> wrote:
> Please check the command prompt window in which you have django
> running. It will tell you what errors you have made. Copy the messages
> if you can't make sense of them and post it here...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to