from django.conf.urls import patterns, include urlpatterns = patterns('', # all my other url mappings (r'^ldt/', include('ldt.api.ldt.urls')), )