mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
Add decouple
This commit is contained in:
parent
aa42c5e157
commit
9426218117
3 changed files with 10 additions and 5 deletions
|
@ -1,6 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
# cat docker/settings_local.template.py | envsubst > re2o/settings_local.py
|
||||
cp docker/settings_local.template.py re2o/settings_local.py
|
||||
|
||||
>>>>>>> 33bacb65 (Add decouple)
|
||||
cp -n cotisations/templates/cotisations/invoice.html templates/default_invoice.html
|
||||
cp -n cotisations/templates/cotisations/voucher.html templates/default_voucher.html
|
||||
|
||||
|
|
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -2167,6 +2167,7 @@ lock-version = "2.0"
|
|||
python-versions = ">=3.8,<4.0"
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
content-hash = "35c7fcf4285d44bb7287cb8d9573f327beec53c61979faae77a8c077c2560930"
|
||||
=======
|
||||
content-hash = "2ee7b73659d0ea743ca62e05d7dd39be39a3f8cbb61688aa0e58bd728c3e21ce"
|
||||
|
@ -2174,3 +2175,6 @@ content-hash = "2ee7b73659d0ea743ca62e05d7dd39be39a3f8cbb61688aa0e58bd728c3e21ce
|
|||
=======
|
||||
content-hash = "638f084a0a517296e8a9f376d2f5b1495db4b951da0f608d7d96d91ad088cf08"
|
||||
>>>>>>> fb5f4ad3 (lock)
|
||||
=======
|
||||
content-hash = "e3b482272ea83061d7f895adf661243b4b2b96cac5c61a69295977f0d7464f3f"
|
||||
>>>>>>> 33bacb65 (Add decouple)
|
||||
|
|
|
@ -59,14 +59,9 @@ mysqlclient = {version = "^2.0.3", optional=true}
|
|||
psycopg2 = {version = ">=2.8,<2.9", optional=true}
|
||||
django-ldapdb = {version = "^1.5.1", optional=true}
|
||||
xhtml2pdf = "^0.2.6"
|
||||
<<<<<<< HEAD
|
||||
pylint-django = {version = "^2.5.5", optional=true}
|
||||
pylint = {version = "^3.1.0", optional=true}
|
||||
python-decouple = "^3.8"
|
||||
=======
|
||||
pylint-django = {version = ">=2.5.5", optional=true}
|
||||
pylint = {version = ">=3.1.0", optional=true}
|
||||
>>>>>>> 534a501d (lint)
|
||||
|
||||
[tool.poetry.extras]
|
||||
mysql = ["mysqlclient"]
|
||||
|
|
Loading…
Reference in a new issue