Skip to content

Commit

Permalink
Add Scout APM integration and improve code formatting in settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jan 2, 2025
1 parent 315340d commit 41de75a
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit 41de75a

Please sign in to comment.