Skip to content

Commit

Permalink
Remove the sites framework, it's no longer enabled by default in Djan…
Browse files Browse the repository at this point in the history
…go 1.6
  • Loading branch information
Steven Day committed Nov 12, 2013
1 parent 3c3a229 commit 1c30977
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project_template/project_name/settings/base.py
Expand Up @@ -34,8 +34,6 @@
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-gb'

SITE_ID = 1

# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
Expand Down Expand Up @@ -121,7 +119,6 @@
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
Expand Down

0 comments on commit 1c30977

Please sign in to comment.