source: firmaeventos/base/urls.py @ 5d88f36

Last change on this file since 5d88f36 was 5d88f36, checked in by lhernandez <lhernandez@…>, 7 years ago

Agregada class para comporbar el proceso del evento

  • Property mode set to 100755
File size: 149 bytes
Line 
1# -*- coding: utf-8 -*-
2from django.conf.urls import url
3from .views import *
4
5urlpatterns = [
6    url(r'^$', StartView.as_view(), name='inicio'),
7]
Note: See TracBrowser for help on using the repository browser.