Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos authored Oct 8, 2024
1 parent 70a470c commit 5ba9d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Build-Depends:
debhelper (>= 9),
dh-virtualenv (>= 1.0),
git,
python3.8 | python3.10 | python3.12,
python3.8-venv | python3.10-venv | python3.12-venv,
python3.8-dev | python3.10-dev | python3.12-dev,
python3.8 | python3.10,
python3.8-venv | python3.10-venv,
python3.8-dev | python3.10-dev,
libgdal-dev (>= 2.2),
libffi-dev (>= 3),
libxml2-dev (>= 2.9.2),
Expand Down
1 change: 0 additions & 1 deletion geotrek/settings/env_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def __getitem__(self, item):
MOBILE_TILES_PATH = TemporaryDirectory(dir=TMP_DIR).name # sync mobile tile path
DATA_TEMP_DIR = TemporaryDirectory(dir=TMP_DIR).name # data temp dir use by django-large-image
REDIS_URL = f"redis://{os.getenv('REDIS_HOST', 'localhost')}:{os.getenv('REDIS_PORT', '6379')}/1" # celery broker url
# SESSION_ENGINE = "django.contrib.sessions.backends.file"
PASSWORD_HASHERS = [
"django.contrib.auth.hashers.MD5PasswordHasher",
]

0 comments on commit 5ba9d0d

Please sign in to comment.