~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2018-11-22 17:50:41 UTC
  • Revision ID: somal@arcor.de-20181122175041-navwobowrll953tk
moved some files around

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
# List of finder classes that know how to find static files in
74
74
# various locations.
75
75
STATICFILES_FINDERS = [
76
 
    'django.contrib.staticfiles.finders.FileSystemFinder',
77
76
    'django.contrib.staticfiles.finders.AppDirectoriesFinder',
78
77
]
79
78
 
111
110
    # Modified 3rd party apps
112
111
    'wiki.apps.WikiConfig',  # This is based on wikiapp, but has some local modifications
113
112
    'news',  # This is based on simple-blog, but has some local modifications
114
 
    'news.managers',
115
113
    'pybb.apps.PybbConfig',  # Feature enriched version of pybb
116
114
 
117
115
    # Thirdparty apps