Export to GitHub

google-app-engine-samples - issue #7

Django-sample only works locally.


Posted on Jul 3, 2008 by Quick Ox

What steps will reproduce the problem? 1. Download django-sample 2. change the project name 3. Upload

What is the expected output? What do you see instead? Attribute Error: 'module' object has no attribute 'ROOT_URLCONF'

What version of the product are you using? On what operating system? 20080409, OS 10.5.2

Please provide any additional information below.

See discussion at http://groups.google.com/group/google-appengine/browse_thread/thread/5caca97627567de9/ebf942706be57d2a?lnk=gst&q=sample#ebf942706be57d2a for more info.

Comment #1

Posted on Jul 7, 2008 by Quick Ox

Any news?

Comment #2

Posted on Jul 12, 2008 by Happy Giraffe

I had this problem and found the answer here: http://code.google.com/appengine/kb/commontasks.html#root_urlconf

Comment #3

Posted on May 3, 2009 by Happy Bear

I had the same issue as Nathanael, and I followed the suggestion by jmasters.

I basically added the following 2 lines: from django.conf import settings settings._target = None

In the file django_bootstrap.py right before the definition of the main() function.

I reuploaded the app, and all it worked fine.

Status: New

Labels:
Type-Defect Priority-Medium