##// END OF EJS Templates
widgets for ABSBeamAddForm and ABSBeamEditForm...
widgets for ABSBeamAddForm and ABSBeamEditForm git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@188 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r158:03c8e52d0d74
r165:7fa6631d0226
Show More
urls.py
6 lines | 235 B | text/x-python | PythonLexer
Juan C. Espinoza
Updating base models and views ...
r6 from django.conf.urls import url
Juan C. Espinoza
Proyecto base en Django (refs #259) ...
r0
Juan C. Espinoza
Updating base models and views ...
r6 urlpatterns = (
Miguel Urco
Campaign has been added to RadarSys Model...
r13 url(r'^(?P<id_conf>-?\d+)/$', 'apps.main.views.dev_conf', name='url_abs_conf'),
Miguel Urco
views name were changed ...
r19 url(r'^(?P<id_conf>-?\d+)/edit/$', 'apps.main.views.dev_conf_edit', name='url_edit_abs_conf'),
Fiorella Quino
updating repository....
r158 )