django使用自定義sql

from django.db import connection from rest_framework.response import Response # 查詢 def search(date): # 年 year = date[:3] # 月 month = date[-2:] # 獲取當月第一天的星期和當月的總天數 first_day_wee
相關文章
相關標籤/搜索