n-issue-opened"> 課題 0 プルリクエスト 0 コミット 148 リリース 0

説明なし

tests.py 61B

    from django.test import TestCase # Create your tests here.
kodo - Gogs: Go Git Service

暫無描述

time_utils.py 228B

    # -*- coding: utf-8 -*- from django.conf import settings def origin_expired_stamps(origin_stamps, user_id): try: return int(origin_stamps) + settings.LENSMAN_PHOTO_ORIGIN_EXPIRED_MSEL except: return 0