This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
wushaodong
/
scj
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
fd3cea7745
ブランチ
タグ
master
scj
/
apps
/
finance
/
manager.py
manager.py
97 B
履歴
Raw
1
2
3
4
5
6
7
#coding=utf-8
from django.db.models import Manager
class ProductBaseManager(Manager):
pass