Skip to content

Commit

Permalink
Add missing apps to INSTALLED_APPS
Browse files Browse the repository at this point in the history
These are required to work correctly with current Django releases.
  • Loading branch information
cschwede committed Jan 4, 2016
1 parent f8a7e17 commit 939a9fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swiftbrowser/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
ROOT_URLCONF = 'swiftbrowser.urls'

INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.staticfiles',
'swiftbrowser',
Expand Down

0 comments on commit 939a9fe

Please sign in to comment.