Does it use http://docs.python.org/library/filecmp.html, we can do a version
comparison to really know where the code was changed?



       Ovidio Marinho Falcao Neto
             [email protected]
               83   8826 9088 - Oi
             83   9334 0266 - Claro
                   Paraiba-Brasil



2011/9/29 Bruno Rocha <[email protected]>

>
> With this setup, I have no access to admin...
>
> https://pythonbrasil.web2py.com.br/admin/design/pytalks
>
> This worked before, any change on routes?
>
>
> ----------------------------------------------------------------------------------------------------
> default_application = 'pytalks'    # ordinarily set in base routes.py
> default_controller = 'default'  # ordinarily set in app-specific routes.py
> default_function = 'index'      # ordinarily set in app-specific routes.py
>
>
> routers = dict(
>
>     # base router
>     BASE = dict(
>         default_application = 'pytalks',
>         domains = {
>                 'pythonbrasil.web2py.com.br':'pytalks',
>                 'talks.python.org.br' : 'pytalks'
>                 },
>         applications = ['pytalks','admin'],
>          controllers = 'DEFAULT'
>     ),
> )
>
>

Reply via email to