~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

removed unmaintained sphinx-doc; added managemnt command to create sphinx source code documentation with some own css; serve pure html for documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    'wlggz',
95
95
    'wlscheduling',
96
96
    'check_input.apps.CheckInput',
 
97
    'documentation',
97
98
    'haystack', # search engine; see option HAYSTACK_CONNECTIONS
98
99
 
99
100
    # Modified 3rd party apps
109
110
    'dj_pagination',
110
111
    'tagging',
111
112
    'djangoratings',    # included as wlapp
112
 
    'sphinxdoc',        # included as wlapp
113
113
]
114
114
 
115
115
MIDDLEWARE = [