Open GoogleCodeExporter opened 9 years ago
Any news?
Original comment by Nathanae...@gmail.com
on 7 Jul 2008 at 5:27
I had this problem and found the answer here:
http://code.google.com/appengine/kb/commontasks.html#root_urlconf
Original comment by jmarst...@gmail.com
on 12 Jul 2008 at 4:43
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.
Original comment by christia...@gmail.com
on 3 May 2009 at 7:00
Original issue reported on code.google.com by
Nathanae...@gmail.com
on 3 Jul 2008 at 1:52