Running the old_dev_appserver (the only way I can have debug working - a different story). go to http://localhost:8080/_ah/admin get an exception (oh no).
Of all places, in google/appengine/_internal/django/__init__ file (first line). Why is django even being imported for the admin page? - appengine/ext/admin/__init__ loads webapp/_template - _template loads _internal/django/template (which will load the _internal/django/__init__ first). This is in 1.7.7, and as far as I can tell, its a regression from previous versions. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
