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
Історія
Запис
1
2
3
4
5
6
7
#coding=utf-8
from django.db.models import Manager
class ProductBaseManager(Manager):
pass