@@ -43,7 +43,6 @@ INSTALLED_APPS = (
|
||||
'bootstrap3',
|
||||
'registration',
|
||||
'rest_framework',
|
||||
'choices',
|
||||
'countdown',
|
||||
'dispatch',
|
||||
'facts',
|
||||
|
||||
@@ -12,7 +12,6 @@ admin.autodiscover()
|
||||
urlpatterns = [
|
||||
url(r'^$', TemplateView.as_view(template_name='index.html'), name='home'),
|
||||
|
||||
url(r'^choices/', include('choices.urls')),
|
||||
url(r'^dispatch/', include('dispatch.urls')),
|
||||
url(r'^itemsets/', include('facts.urls')),
|
||||
url(r'^karma/', include('karma.urls')),
|
||||
|
||||
Reference in New Issue
Block a user