Skip to content

Commit

Permalink
Removed remaining traces of the Django tutorial "polls" app
Browse files Browse the repository at this point in the history
  • Loading branch information
bazadactyl committed Jun 1, 2017
1 parent 42ec468 commit 52361f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lovelace/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
# Application definition

INSTALLED_APPS = [
'polls.apps.PollsConfig',
'problems.apps.ProblemsConfig',
'django.contrib.admin',
'django.contrib.auth',
Expand Down
1 change: 0 additions & 1 deletion src/lovelace/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from django.views.generic import TemplateView

urlpatterns = [
url(r'^polls/', include('polls.urls')),
url(r'^problems/', include('problems.urls')),
url(r'^admin/', admin.site.urls),
url(r'^$', TemplateView.as_view(template_name='index.html')),
Expand Down

0 comments on commit 52361f5

Please sign in to comment.