Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/b/o/boar-HEAD/boar/urls.py boar(Download)
from boar.articles.models import Section, Article from boar.articles.views import * from boar.search.views import SearchView # Admin things
(r'^comments/', include('django.contrib.comments.urls')), (r'^contact/', include('boar.contact.urls')), (r'^search/', SearchView()), url(r'^users/(?P<slug>[\w\.]+)/$', 'django.views.generic.list_detail.object_detail', {