imagen
Bienvenido Ingrese sus datos


¿No tienes cuenta?

Inscripción a escuela de verano NO SOCIOS
© 2023 DI DIO SISTEMAS
Timings

Timing

Action Time Spent
Total Time 1.2386 ms
Controller Time 0.0463 ms
Render Time 0.7114 ms

Template

Total Time Engine Count Template Content Type
0.7114 ms mako - clubalemantg.templates.seguridad.login text/html
0.6247 ms mako 1 clubalemantg.templates.seguridad.login

Profiling

Calls Total Percall Cumu CumuPer Func
1 0.004999999999999999 0.0050 0.03 0.0300 <tg/configurator/components/dispatch.py:113(_call_controller)>
1 0.008 0.0080 0.024999999999999998 0.0250 <clubalemantg/controllers/root.py:162(login)>
2/1 0.006 0.0030 0.009999999999999998 0.0100 <tg/support/objectproxy.py:18(__getattr__)>
1 0.007 0.0070 0.007 0.0070 {built-in method builtins.print}
1 0.001 0.0010 0.006 0.0060 <tg/request_local.py:234(_current_obj)>
3/2 0.001 0.0003 0.004999999999999999 0.0025 {built-in method builtins.getattr}
2 0.001 0.0005 0.001 0.0005 {method 'startswith' of 'str' objects}
1 0.001 0.0010 0.001 0.0010 <tg/support/registry.py:52(_current_obj)>
1 0.0 0.0000 0.0 0.0000 {method 'get' of 'dict' objects}
1 0.0 0.0000 0.0 0.0000 {method 'disable' of '_lsprof.Profiler' objects}
Request

GET

Name Value
came_from ['/sitemap.xml']

POST

Nothing here.

Cookies

Nothing here.

Headers

Name Value
SERVER_SOFTWARE 'gevent/20.0 Python/3.6'
SCRIPT_NAME ''
SERVER_NAME 'ddsubuntu1804'
SERVER_PORT '8017'
REQUEST_METHOD 'GET'
PATH_INFO '/login'
QUERY_STRING 'came_from=%2Fsitemap.xml'
SERVER_PROTOCOL 'HTTP/1.1'
REMOTE_ADDR '216.73.217.121'
HTTP_ACCEPT '*/*'
HTTP_USER_AGENT 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_ACCEPT_ENCODING 'gzip, br, zstd, deflate'
HTTP_HOST 'didiosistemas.com.ar:8017'
HTTP_VIA '1.1 squid-proxy-5b96dc6d46-nx45s (squid/6.13)'
HTTP_X_FORWARDED_FOR '10.1.230.5'
HTTP_CACHE_CONTROL 'max-age=0'
HTTP_CONNECTION 'keep-alive'

Request Attributes

Name Value
identity None
response "{'_status': '200 OK', '_headers': ResponseHeaders([('Cache-Control', 'no-cache'), ('Pragma', 'no-cache'), ('Content-Length', '0'), ('Content-Type', 'text/html; charset=utf-8')]), '_headerlist': [('Cache-Control', 'no-cache'), ('Pragma', 'no-cache'), ('Content-Length', '0'), ('Content-Type', 'text/html; charset=utf-8')], 'conditional_response': False, '_app_iter': [b'']}"

Environ

Name Value
GATEWAY_INTERFACE 'CGI/1.1'
SERVER_SOFTWARE 'gevent/20.0 Python/3.6'
SCRIPT_NAME ''
wsgi.version (1, 0)
wsgi.multithread False
wsgi.multiprocess False
wsgi.run_once False
wsgi.url_scheme 'http'
wsgi.errors <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>
SERVER_NAME 'ddsubuntu1804'
SERVER_PORT '8017'
REQUEST_METHOD 'GET'
PATH_INFO '/login'
QUERY_STRING 'came_from=%2Fsitemap.xml'
SERVER_PROTOCOL 'HTTP/1.1'
REMOTE_ADDR '216.73.217.121'
REMOTE_PORT '16041'
HTTP_ACCEPT '*/*'
HTTP_USER_AGENT 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_ACCEPT_ENCODING 'gzip, br, zstd, deflate'
HTTP_HOST 'didiosistemas.com.ar:8017'
HTTP_VIA '1.1 squid-proxy-5b96dc6d46-nx45s (squid/6.13)'
HTTP_X_FORWARDED_FOR '10.1.230.5'
HTTP_CACHE_CONTROL 'max-age=0'
HTTP_CONNECTION 'keep-alive'
wsgi.input <gevent.pywsgi.Input object at 0x7f96db6b8be8>
wsgi.input_terminated True
webob._parsed_query_vars (GET([('came_from', '/sitemap.xml')]), 'came_from=%2Fsitemap.xml')
paste.registry <tg.support.registry.Registry object at 0x7f96db477dd8>
repoze.who.api <repoze.who.api.API object at 0x7f96db4779b0>
repoze.who.plugins {'cookie': <AuthTktCookiePlugin 140287706586360>, 'form': <FastFormPlugin:/login_handler 140287706587088>, 'main_identifier': <FastFormPlugin:/login_handler 140287706587088>, 'tgappauth': <tg.configuration.auth.metadata._AuthMetadataAuthenticator object at 0x7f9746eadc50>}
repoze.who.logger <Logger auth (WARNING)>
repoze.who.logins 0
paste.cookies (<SimpleCookie: >, '')
tg.locals <tg.wsgiapp.RequestLocals object at 0x7f96e1a7bdd8>
beaker.cache <beaker.cache.CacheManager object at 0x7f9746ea19b0>
beaker.session {'_domain': None, '_path': '/', '_id': 'a9e7a77f21774ccaaab2691723f358a0'}
beaker.get_session <bound method SessionApplicationWrapper._get_session of <tg.appwrappers.session.SessionApplicationWrapper object at 0x7f9746ef0358>>
webob.adhoc_attrs {'identity': None}
webob._parsed_cookies ({}, '')
SQLAlchemy
No queries in executed by the controller.
Controllers

Mounted Controllers

Path Controller Exposed Methods
/ <class 'clubalemantg.controllers.root.RootController'> index, about, environ, data, manage_permission_only, editor_user_only, login, post_login, post_logout, nuevo_usuario
/api <class 'clubalemantg.controllers.apirest.APIControlador'> notificaciones_get, notificaciones, pago_fail, pago_pendiente, pago_exitoso
/secc <class 'clubalemantg.controllers.secure.SecureController'> index, some_where
/admin <class 'tgext.admin.controller.AdminController'> index, _lookup, lookup
/error <class 'clubalemantg.controllers.error.ErrorController'> document
/seguridad <class 'clubalemantg.controllers.auth.SeguridadControlador'> busca_pantalla_cambio_clave_dialog, blanquear_clave, blanquear_clave_mail, cambia_clave, cambiar_clave, administrar_usuarios, usuario_show, agrega_modificar_usuario, groups, grupos_show, perfiles_show, agrega_modificar_grupo, agrega_modificar_perfil, nuevo_usuario, check_mail, verificar_mail, agrega_usuario_verano
/base <class 'clubalemantg.controllers.base.BaseControlador'> buscar_provincias_por_pais, buscar_departamento_por_provincia, buscar_localidad_por_departamento, autocompletar_socio, autocompletar_socio_pagador, misdatos, socio_cc, agrega_modificar_socio, buscar_preferencias, controlar_monto_temporada, guardar_temporada, imprimir_carnet, imprimir_temporada_verano, buscar_deuda_bugallo, agrega_pago_bugallo, pagos_no_socio, perfil_show, temporada_show, cuenta_corriente_show, alquiler_show, buscar_alquileres_fecha, agregar_modificar_alquileres
/turnos <class 'clubalemantg.controllers.turnos.TurnosControlador'> agrega_modificar_general, buscar_turnos, buscar_canchas_disponibles, agrega_reserva, anular_reserva, editar_reserva, administrar_canchas, canchas_show, bloquear_show, agrega_modificar_cancha, agrega_modificar_bloqueo, reservas, reservas_socio
/_debugbar <class 'tgext.debugbar.controller.DebugBarController'> perform_sql, perform_ming
/_debugbar/statics <class 'tgext.debugbar.controller.StaticsController'> _default
Logging

Log Messages

Level Time Message Location
Inventing

Inventing Mode

Invending mode permits to see on the fly the result of your changes by automatically reloading the web page whenever your python code or the page template changes.
It is meant as a way to improve developer experience when experimenting with changes to the source code, just put your browser and your test editor one near the other and enable inventing mode to start experimenting.
Turn On
To permanently enable inventing mode when in debug add debugbar.inventing=True option to your application configuration.