Move gallery merging logic to a helper class, to keep views as clean as possible.
[redakcja.git] / apps / wiki / settings.py
1 from django.conf import settings
2
3 GALLERY_URL = settings.MEDIA_URL + 'images/'