Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
samj committed Jul 10, 2024
1 parent 79b819d commit 8a65a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
env_file = backend_dir / '.env'

# python venv
venv_subdir = base_dir / '.venv'
venv_bin_subdir = venv_subdir / 'bin'
venv_dir = base_dir / '.venv'
venv_bin_dir = venv_dir / 'bin'

# apps
apps_dir = base_dir / 'apps'
Expand Down

0 comments on commit 8a65a3a

Please sign in to comment.