Skip to content

Commit

Permalink
Add some comment to SOURCE_FOLDERS
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jul 21, 2024
1 parent b0f99d5 commit 97f7313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adit/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# The base directory of the project (the root of the repository)
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent

# Used to monitor files for autoreload
SOURCE_FOLDERS = [BASE_DIR / "adit"]

# Read pyproject.toml to fetch current version. We do this conditionally as the
Expand Down

0 comments on commit 97f7313

Please sign in to comment.