Skip to content

Commit

Permalink
chg ! use djago-smart-env (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-yanushchyk-valor authored Oct 15, 2024
1 parent 9f08735 commit 065c605
Show file tree
Hide file tree
Showing 9 changed files with 164 additions and 314 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ x-common: &common
target: python_dev_deps
platform: linux/amd64
environment:
# - DEBUG=true
- [email protected]
- ADMIN_PASSWORD=123
- ALLOWED_HOSTS=localhost,127.0.0.1
- CACHE_URL=redis://redis:6379/1
- CELERY_BROKER_URL=redis://redis:6379/9
- CELERY_TASK_ALWAYS_EAGER=False
Expand Down
16 changes: 15 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies = [
"numpy>=1.26.4,<2.0.0",
"flower>=2.0.1",
"setuptools>=74.1.2",
"django-smart-env>=0.1.0",
]

[build-system]
Expand Down
89 changes: 0 additions & 89 deletions src/hope_dedup_engine/apps/core/management/commands/env.py

This file was deleted.

Loading

0 comments on commit 065c605

Please sign in to comment.