Changeset cdd5354 in sicp


Ignore:
Timestamp:
May 18, 2015, 1:42:50 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
a96f5e9
Parents:
ffe645f
Message:

se agregan urls de autenticación y salida del sistema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sicp/urls.py

    r0b200de rcdd5354  
    2626    url(r'^$', 'apps.comun.views.inicio', name='inicio'),
    2727    url(r'^usuario/', include('apps.usuario.urls')),
     28    url(r'^login/?$', 'apps.usuario.views.acceso', name='acceso'),
     29    url(r'^logout/?$', 'apps.usuario.views.salir', name='salir'),
    2830]
    2931
Note: See TracChangeset for help on using the changeset viewer.