Changeset 0138d11 in firmaeventos for FirmaEventos/urls.py


Ignore:
Timestamp:
Nov 20, 2017, 10:11:45 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
8fa24c3
Parents:
3397a08 (diff), 2f56f4e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FirmaEventos/urls.py

    r3996539 r3397a08  
    3939    url(r'^', include('base.urls', namespace="base")),
    4040    url(r'^', include('users.urls', namespace="users")),
     41    url(r'^', include('eventos.urls', namespace="events")),
    4142]
Note: See TracChangeset for help on using the changeset viewer.