forked from DGNum/gestioCOF
PEP8
This commit is contained in:
parent
313b5cf61d
commit
d41d905366
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ from django.contrib.auth.models import User, Group, Permission, ContentType
|
||||||
|
|
||||||
from gestioncof.management.base import MyBaseCommand
|
from gestioncof.management.base import MyBaseCommand
|
||||||
from gestioncof.models import CofProfile
|
from gestioncof.models import CofProfile
|
||||||
from kfet.models import Account, Article, OperationGroup, Operation, Transfer, \
|
from kfet.models import Account, Article, OperationGroup, Operation, Checkout
|
||||||
Checkout
|
|
||||||
|
|
||||||
# Où sont stockés les fichiers json
|
# Où sont stockés les fichiers json
|
||||||
DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)),
|
DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)),
|
||||||
|
|
Loading…
Reference in a new issue