~widelands-dev/widelands-website/solitaire_html_documentation

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2016-05-18 19:31:46 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160518193146-w5dmezymi3wlnhvl
added djangoratings and adjust it to django 1.8; updated update_problems.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# If running in a Windows environment this must be set to the same as your
33
33
# system time zone.
34
34
TIME_ZONE = 'Europe/Berlin'
 
35
USE_TZ = False # See https://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-TIME_ZONE
35
36
 
36
37
# Language code for this installation. All choices can be found here:
37
38
# http://www.i18nguy.com/unicode/language-identifiers.html
111
112
    'registration',  # User registration (per Email validation)
112
113
    'pagination',
113
114
    'tagging',
114
 
    #    'djangoratings', #No longer maintained
 
115
    'djangoratings', # NOCOOM franku: No longer maintained
115
116
    #    'sphinxdoc',
116
117
    #    'south', Not longer supported
117
118
)