Skip to content

Commit

Permalink
Merge branch 'main' into BACON-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvapendse authored Jan 2, 2025
2 parents ac68c40 + 41de75a commit c0b747b
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 1 deletion.
12 changes: 12 additions & 0 deletions blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@

SITE_ID = 1


INSTALLED_APPS = [
"scout_apm.django", # should be listed first
# ... other apps ...
]

# Scout settings
SCOUT_MONITOR = True
SCOUT_KEY = os.environ.get("SCOUT_KEY")
SCOUT_NAME = PROJECT_NAME


INSTALLED_APPS = (
"django.contrib.admin",
"django.contrib.auth",
Expand Down
80 changes: 79 additions & 1 deletion poetry.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 @@ -81,6 +81,7 @@ channels = "^4.2.0"
channels-redis = "^4.2.1"
async-timeout = "^5.0.1"
aiohttp = "^3.11.11"
scout-apm = "^3.2.1"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand Down

0 comments on commit c0b747b

Please sign in to comment.