Changeset 7fc4fb2 in sicp


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

modificación en el parámetro name de la url de inicio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/comun/urls.py

    r46b845f r7fc4fb2  
    33
    44urlpatterns = patterns(
    5     url(r'^$', 'comun.views.inicio', name='pagina de inicio'),
     5    url(r'^$', 'comun.views.inicio', name='inicio'),
    66)
Note: See TracChangeset for help on using the changeset viewer.