source:
sites/merengueprojectorg/plugins/features/urls.py
@
2164
| Revision 2164, 332 bytes checked in by msaelices, 22 months ago (diff) |
|---|
| Line | |
|---|---|
| 1 | from django.conf.urls.defaults import patterns, url |
| 2 | |
| 3 | urlpatterns = patterns('plugins.features.views', |
| 4 | url(r'^$', 'features_index', name='features_index'), |
| 5 | url(r'^(?P<features_slug>[\w-]+)/$', 'features_view', name='features_view'), |
| 6 | url(r'^category/(?P<category_slug>[\w-]+)/$', 'category_view', name='category_view'), |
| 7 | ) |
Note: See TracBrowser
for help on using the repository browser.
