Skip to content

Commit

Permalink
Merge pull request #166 from agconti/chore-remove-django-sites-config
Browse files Browse the repository at this point in the history
chore(config/common): removed django sites config
  • Loading branch information
agconti committed Feb 20, 2016
2 parents d4af181 + ec845ec commit e4af0a1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ class Common(Configuration):
SECRET_KEY = 'Not a secret'
WSGI_APPLICATION = 'wsgi.application'

# Migrations
MIGRATION_MODULES = {
'sites': 'contrib.sites.migrations'
}

# Email
EMAIL_BACKEND = values.Value('django.core.mail.backends.smtp.EmailBackend')

Expand All @@ -64,7 +59,6 @@ class Common(Configuration):
APPEND_SLASH = values.BooleanValue(False)
TIME_ZONE = 'UTC'
LANGUAGE_CODE = 'en-us'
SITE_ID = 1
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = False
Expand Down

0 comments on commit e4af0a1

Please sign in to comment.