Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
src/p/g/pgBoardUnchained-HEAD/pgBoardUnchained/urls.py pgBoardUnchained(Download)
from django.conf.urls import patterns, include, url from django.contrib import admin from django.conf.urls.static import static from pgBoardUnchained import settings from board import urls as board_urls
src/d/j/django_learning-HEAD/django_learning/urls.py django_learning(Download)
from django.conf import settings from django.conf.urls import patterns, include, url from board import urls # Uncomment the next two lines to enable the admin: