On 06/06/2012 12:32 PM, Satvir Toor wrote:
I installed a application source code downloaded from Internet .
Please explain me the following code that exists in urls.py file of
the project.
url(r'^pyrheology/plot/str/(?P<str_tmc_id>\d+).png$',\
         'pyrheology.views.str_tmc_plot_img',\
         name='pyrheology-str-tmc-plot-img'),


https://docs.djangoproject.com/en/1.3/topics/http/urls/

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to