Skip to content

Commit

Permalink
See CHANGELOG tag v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Feb 17, 2023
1 parent 8a6457e commit c0300c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.1.2 20230217 JP
- Newer Operations_Warehouse_Django changes DJANGO_CONF to APP_CONFIG

v2.1.1 20221214 JP
- Fix affiliations: process each resource once with a comma separated list of affiliations

Expand Down
2 changes: 1 addition & 1 deletion sbin/router_cider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export LD_LIBRARY_PATH=${PYTHON_BASE}/lib
source ${APP_HOME}/python/bin/activate

export PYTHONPATH=${APP_SOURCE}/lib:${WAREHOUSE_DJANGO}
export DJANGO_CONF=${APP_HOME}/conf/django_prod_router.conf
export APP_CONFIG=${APP_HOME}/conf/django_prod_router.conf
export DJANGO_SETTINGS_MODULE=Operations_Warehouse_Django.settings

do_start () {
Expand Down
2 changes: 1 addition & 1 deletion sbin/router_cider.sysconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ PIPENV_BASE=%APP_HOME%/python
PYTHON_BIN=python3
PYTHONPATH=%APP_HOME%/PROD/lib:%WAREHOUSE_DJANGO%

DJANGO_CONF=%APP_HOME%/conf/django_prod_router.conf
APP_CONFIG=%APP_HOME%/conf/django_prod_router.conf
DJANGO_SETTINGS_MODULE=Operations_Warehouse_Django.settings

0 comments on commit c0300c5

Please sign in to comment.