##// END OF EJS Templates
Configuration model changed: status and date fields were replaced by type and created fields....
Configuration model changed: status and date fields were replaced by type and created fields. git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@35 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r19:225e7bf681bc
r21:484383ce85e5
Show More
urls.py
6 lines | 233 B | text/x-python | PythonLexer
from django.conf.urls import url
urlpatterns = (
url(r'^(?P<id_conf>-?\d+)/$', 'apps.dds.views.dds_conf', name='url_dds_conf'),
url(r'^(?P<id_conf>-?\d+)/edit/$', 'apps.dds.views.dds_conf_edit', name='url_edit_dds_conf'),
)