Skip to content

Commit

Permalink
Don't set the default postgres user in base settings
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Nov 25, 2024
1 parent 06e6c29 commit 67501dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electionleaflets/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def root(x):
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "electionleaflets",
"USER": "electionleaflets",
}
}

Expand Down

0 comments on commit 67501dc

Please sign in to comment.