# -*- coding: utf-8 -*-
from django.conf import settings

GALLERY_URL = settings.MEDIA_URL + 'images/'
