feat(gaby): ajout django_import_export

pull/103/head
Vincent Adolphe 2019-10-25 18:23:04 +02:00
Parent 3ff6a8b4b5
révision a0689bb1cc
2 fichiers modifiés avec 7 ajouts et 1 suppressions

Voir le fichier

@ -87,7 +87,12 @@ DJANGO_APPS = [
# Project dependencies
# https://django-extensions.readthedocs.io/en/stable/index.html
THIRD_PARTY_APPS = ['basket', 'location_field', 'django_extensions']
THIRD_PARTY_APPS = [
'basket',
'location_field',
'django_extensions',
'import_export',
]
# Project applications
LOCAL_APPS = ['gaby.contacts', 'gaby.references', 'gaby.countrow']

Voir le fichier

@ -5,3 +5,4 @@ Pillow
luhn # https://github.com/mmcloughlin/luhn (verifier les Sirets)
django-positions ==0.6.0
django-extensions <=2.1 # https://github.com/django-extensions/django-extensions
django-import-export <=1.2