menu">
  • views.py 129B

      # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.shortcuts import render # Create your views here.
    Hanyuan/hanyuan - Gogs: Go Git Service

    4 コミット (a1ea1fded70d263629b74f54bb34a0aac052c5bf)

    作者 SHA1 メッセージ 日付
      huangqimin001 a1ea1fded7 :art: update_course 4 年 前
      huangqimin001 e39f177678 :art: update_course 4 年 前
      FFIB 657791f0bd 管理后台list接口,统一返回logs字段。 4 年 前
      huangqimin001 b1be1488dc :art: Some apis 4 年 前
    course - Gogs: Go Git Service

    兰海课程

    url_utils.py 171B

      # -*- coding: utf-8 -*- from django.conf import settings def upload_file_url(file_path): return file_path and ('{}{}'.format(settings.DOMAIN, file_path.url)) or ''
    Sign In - Gogs: Go Git Service

    Sign In