On Jun 6, 12:32 pm, Satvir Toor <[email protected]> wrote: > 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/ Please come back if you still have questions after you've read the above. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

