Django @ Google App Engine - Site Map Framework
Posted
by dkp
on Stack Overflow
See other posts from Stack Overflow
or by dkp
Published on 2008-10-16T14:39:17Z
Indexed on
2010/05/28
3:01 UTC
Read the original article
Hit count: 184
django
|google-app-engine
Hi Folks,
has anybody managed to get Djangos site map framework to run on Google App Engine?
I receive the following exception:
ImproperlyConfigured at /sitemap.xml
You haven't set the DATABASE_ENGINE setting yet.
Request Method: GET Request URL: http://127.0.0.1:8080/sitemap.xml Exception Type: ImproperlyConfigured Exception Value: You haven't set the DATABASE_ENGINE setting yet. Exception Location: D:\Program Files\Google\google_appengine\lib\django\django\db\backends\dummy\base.py in complain, line 13
© Stack Overflow or respective owner