On Thu, Jul 25, 2013 at 2:32 PM, Oliver <odav...@gmail.com> wrote:
> I change the ALLOWED_host = ['*'].   Now I'm getting this "Not Found  the
> requested URL / not found on the server"

Yes. You will need to add some views and URLs to the server if you
want to see things when you go to URLs.

When you still had debug=True, Django spits out the "It works…"
message, which ends with this sentence:

"You're seeing this message because you have DEBUG = True in your
Django settings file and you haven't configured any URLs. Get to
work!"

Get to it!

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to