source: firmaeventos/base/urls.py @ 3996539

Last change on this file since 3996539 was 3996539, checked in by rudmanmrrod <rudman22@…>, 7 years ago

Renombrado utils como base, cambiado el template, quitados modelos no usados, agregado materialize

  • Property mode set to 100644
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.