Skip to content

Commit

Permalink
Refactor settings.py for improved readability and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jan 2, 2025
1 parent 41de75a commit e465c6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,14 @@

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 = (
"scout_apm.django",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
Expand Down

0 comments on commit e465c6c

Please sign in to comment.