Skip to content

Commit

Permalink
Merge 15161f6 into 896c2f8
Browse files Browse the repository at this point in the history
  • Loading branch information
LePetitTim authored Jan 18, 2023
2 parents 896c2f8 + 15161f6 commit dc38db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ if [ "$MANAGE_DB" = "true" ] && [ -z "$2" ]; then
geotrek loaddata -v0 minimal || true
geotrek loaddata -v0 cirkwi || true
geotrek loaddata -v0 basic || true
geotrek loaddata -v0 licenses || true
for dir in `ls -d /opt/geotrek-admin/lib/python3*/site-packages/geotrek/*/fixtures/upload`; do
cd $dir > /dev/null
cp -r * /opt/geotrek-admin/var/media/upload/
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ In preparation for HD Views developments (PR #3298)
- Fix API V2 cache key with X-Forwarded-Proto header (#3404)
- Check pictogram exist on categories during generation of pdfs
- Fix ApidaeParsers does not update every time
- Add fixtures licenses initial install


2.94.0 (2022-12-12)
Expand Down

0 comments on commit dc38db0

Please sign in to comment.