This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
wushaodong
/
scj
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
شاخه:
master
شاخهها
تگها
master
scj
/
apps
/
finance
/
manager.py
manager.py
97 B
لینک دائمی
تاريخچه
خام
1
2
3
4
5
6
7
#coding=utf-8
from django.db.models import Manager
class ProductBaseManager(Manager):
pass