Merge branch 'dev_principale' into 'master'
Cooperatic and LGDS improvements See merge request !24
Showing
.env
0 → 100644
.eslintignore
0 → 100644
.gitattributes
0 → 100644
LICENSE.txt
0 → 100644
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
dockerfiles/Dockerfile
0 → 100644
dockerfiles/Dockerfile.couchdb
0 → 100644
dockerfiles/local.ini
0 → 100644
members/management/commands/couchdb.py
0 → 100644
outils/scripts/import_associated_members.py
0 → 100644
outils/scripts/scripts_settings_example.py
0 → 100644
This diff is collapsed.
Click to expand it.
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"main": "index.js", | "main": "index.js", | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^7.16.0" | "eslint": "^7.24.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
sales/__init__.py
0 → 100644
sales/admin.py
0 → 100644
sales/apps.py
0 → 100644
sales/migrations/__init__.py
0 → 100644
sales/models.py
0 → 100644
sales/static/css/sales.css
0 → 100644
sales/static/js/sales.js
0 → 100644
sales/urls.py
0 → 100644
sales/views.py
0 → 100644
templates/sales/index.html
0 → 100644
Please
register
or
sign in
to comment