source: firmaeventos/eventos/urls.py @ 3397a08

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

Realizando formulario para el registro de eventos

  • Property mode set to 100644
File size: 243 bytes
Line 
1# -*- coding: utf-8 -*-
2from django.conf.urls import url
3
4from .views import *
5
6urlpatterns = [
7    # Urls Access Super Admin
8    # Crear y asignar participantes a eventos
9    #url(r'^crear-eventos/$', password_reset, name='create_events'),
10]
Note: See TracBrowser for help on using the repository browser.