500


Application Version: 0.7.19.1121 Beta

kodo - Gogs: Go Git Service

暂无描述

url_utils.py 161B

    # -*- coding: utf-8 -*- from django.conf import settings def share_url(photo_id): return '{}/gp/{}'.format(settings.DOMAIN, photo_id) if photo_id else ''