This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
wushaodong
/
scj
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
bb8cad0e9c
Rami (Branch)
Tag
master
scj
/
apps
/
finance
/
manager.py
manager.py
97 B
Cronologia
Originale
1
2
3
4
5
6
7
#coding=utf-8
from django.db.models import Manager
class ProductBaseManager(Manager):
pass