~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2016-03-12 17:26:44 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160312172644-1lr2k26ijetdqge1
littleĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
                'django.template.context_processors.request',
148
148
                'django.contrib.auth.context_processors.auth',
149
149
                'django.contrib.messages.context_processors.messages',
150
 
                'django.contrib.auth.context_processors.auth',
151
150
                'django.core.context_processors.i18n',
152
151
                'django.core.context_processors.media',
153
152
                'django.template.context_processors.static',
181
180
######################
182
181
# User configuration #
183
182
######################
184
 
AUTH_PROFILE_MODULE = 'wlprofile.Profile' # NOCOMM: Must we change that?
 
183
#AUTH_PROFILE_MODULE = 'wlprofile.Profile' # NOCOMM: Must we change that? or use this at all?
 
184
# Don't use the following entry! It will affect the relationships from ManyToMany fields
 
185
#AUTH_USER_MODEL = 'wlprofile.Profile'
185
186
 
186
187
DEFAULT_TIME_ZONE = 3
187
188
DEFAULT_TIME_DISPLAY = r"%ND(Y-m-d,) H:i"  # According to ISO 8601