~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2018-11-21 17:54:32 UTC
  • mfrom: (508.1.1 widelands)
  • Revision ID: somal@arcor.de-20181121175432-8rc3h0332xmgmma4
merged trunk, resolved conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
# Absoltute path where static files from thirdparty apps will be collected using
59
59
# the command: ./manage.py collectstatic
60
 
STATIC_ROOT = os.path.join(BASE_DIR, 'media/static/')
 
60
STATIC_ROOT = os.path.join(BASE_DIR, 'media/static_foreign/')
61
61
 
62
62
# URL to use when referring to static files located in STATIC_ROOT.
63
63
# Must be different than MEDIA_URL!
120
120
    'dj_pagination',
121
121
    'tagging',
122
122
    'star_ratings',
123
 
    'djangoratings',    # included as wlapp
124
123
]
125
124
 
126
125
MIDDLEWARE = [