On Fri, May 31, 2013 at 7:56 AM, Uri London <[email protected]> wrote:

> 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).
>

What kind of an exception?

FWIW, I tried with both 1.8.0 and 1.7.7 and it works for me.


>
> Of all places, in google/appengine/_internal/django/__init__ file (first
> line).
> Why is django even being imported for the admin page?
>

Because it uses the old webapp which is just a wrapper around Django:
https://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/ext/webapp/__init__.py#75


> - 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.
>

Since I couldn't reproduce it myself, please include steps to reproduce.
Does this also happen when you use the the guestbook app?

Can you file a bug (it makes tracking easier)?

cheers,
robert


>  --
> 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.
>
>
>

-- 
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.


Reply via email to