remove choices app, everything is in facts now

closes bss/dr.botzo#15
This commit is contained in:
2017-02-11 09:37:03 -06:00
parent fb04732ec3
commit a4d51b1f2c
12 changed files with 0 additions and 106 deletions

View File

@@ -43,7 +43,6 @@ INSTALLED_APPS = (
'bootstrap3',
'registration',
'rest_framework',
'choices',
'countdown',
'dispatch',
'facts',

View File

@@ -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')),