This is an app for Le Comptoir Des Pharmacies personal use.
This app permit to manage sale offer and product massively with excel import.
- Create/Update sale offer for PharmLab users
- Create/Update product
- Access to LCDP gemfury
pip.conf
with gemfury extra index url- Python 3.8
Name | Description | Default value |
---|---|---|
LCDP_ENVIRONMENT | Where app is running, should be : prod, staging or dev | dev |
PROVIDER_HOST | Url of the server to request | localhost |
IS_PROVIDER_SECURE | Should use https | False |
SENTRY_DSN | Sentry url |
Default values can be changed in config.json.tpl
- With pip.conf :
pip install -r requirements.txt
Run prepare.py
before start the app to generate codegen and
create config.json
file :
python prepare.py
Then start the app with :
python main.py
Run :
python prepare.py
And then :
python -m nose2 tests -v
- Create/Update sale offer for Destock users