This commit is contained in:
Martin Pépin 2017-02-11 21:20:51 +01:00
parent 313b5cf61d
commit d41d905366

View file

@ -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__)),