On 2 Sep 2012, at 9:48 PM, Udi Milo <udim...@gmail.com> wrote:
> I've reinstalled the distribution and now I do get a ticket when I fabricate 
> an error, but when I go to:
> 
> http://127.0.0.1:8080/admin/default/ticket/welcome/127.0.0.1.2012-09-03.04-35-34.686f53b3-db23-4cf7-82bb-0af5c0eee05d
> 
> I get:
> 
> invalid function (default/admin)
> 
> 
> 
> Which means that somehow it doesn't know about the admin app in the 
> applications folder...
> my routes.py is:
> 
> routers = dict(
> 
>     # base router
>     BASE = dict(
>         default_application = 'welcome'
>     ),
> )
> 
> 
> any ideas?

In app.example.yaml, skip_files: by default excludes the examples and admin 
apps. Change 

 (applications/(admin|examples)/.*)|

to

 (applications/examples/.*)|

> 
> On Sunday, September 2, 2012 8:38:22 PM UTC-7, Massimo Di Pierro wrote:
> Normally admin is disabled in app.yaml although that does not see to be your 
> problem.
> 
> If you get an unrecoverable thicket there should be a log in gae log. Please 
> let us know what you see.
> 
> On Sunday, 2 September 2012 18:11:09 UTC-5, Udi Milo wrote:
> Hi,
> 
> Decided to start fresh a new project with 2.0.6 on GAE.
> downloaded it,
> unzipped,
> created app.yaml,
> created routes.py
> 
> ran it in PyDev and welcome comes out fine.
> I cannot go to admin app for some reason, and every error is ticket 
> unrecoverable.
> 
> Any idea how to debug it or solutions?
> 
> -- 
>  
>  
>  


-- 



Reply via email to