After getting the 'It worked!' page with Djangoappengine, what do I do next?
Posted
by Jacques Bosch
on Stack Overflow
See other posts from Stack Overflow
or by Jacques Bosch
Published on 2010-06-08T19:42:37Z
Indexed on
2010/06/08
20:02 UTC
Read the original article
Hit count: 208
django
|google-app-engine
I followed the Djangoappengine instructions. I used their django-testapp and copied the following folders in the django-testapp folder according to what I understood the instructions to say:
- django
- djangoappengine
- djangotoolbox
I then started the dev server by running:
manage.py runserver
Then navigated to
and got the "It worked!" page, which is great, but it says the following at the bottom:
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!
I am an absolute beginner with Django and App Engine and Djangoappengine and Django-nonrel, so I am pretty lost. How do I configure URLs? Or a link to the how to will help.
I took a look at the Django tutorial, but am unsure how much of it is relevant to Djangoappengine and Django-nonrel as a lot of the starting steps have to do with SQL databases.
Basically some direction on how to get my app running will be great.
Thanx much.
© Stack Overflow or respective owner