File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535# http://www.i18nguy.com/unicode/language-identifiers.html
3636LANGUAGE_CODE = 'en-us'
3737
38- SITE_ID = 1
39-
4038# If you set this to False, Django will make some optimizations so as not
4139# to load the internationalization machinery.
4240USE_I18N = True
9088 'django.middleware.common.CommonMiddleware' ,
9189 'django.contrib.auth.middleware.AuthenticationMiddleware' ,
9290 'django.contrib.messages.middleware.MessageMiddleware' ,
93- 'django.contrib.sites.middleware.CurrentSiteMiddleware' ,
9491 'api.middleware.APIVersionMiddleware' ,
9592 'deis.middleware.PlatformVersionMiddleware' ,
9693 # Uncomment the next line for simple clickjacking protection:
108105 'django.contrib.humanize' ,
109106 'django.contrib.messages' ,
110107 'django.contrib.sessions' ,
111- 'django.contrib.sites' ,
112108 # Third-party apps
113109 'corsheaders' ,
114110 'guardian' ,
You can’t perform that action at this time.
0 commit comments