from django.conf.urls import url from . import views as whoisdb_views urlpatterns = [ #url(r'^$', dncore_views.dashboard, name='dashboard'), ]