Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from entrepreneur-interet-general/sp14
Browse files Browse the repository at this point in the history
typo in sample settings + update dependencies
  • Loading branch information
Ash-Crow authored Nov 24, 2021
2 parents 47617e3 + 2093695 commit 747e79d
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 92 deletions.
2 changes: 1 addition & 1 deletion example/local_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"default": {
"ENGINE": "django.db.backends.postgresql_psycopg2",
"NAME": "sample_db_name",
"USER": "sample_user",
"USER": "sample_user_name",
"PASSWORD": "sample_password",
"HOST": "localhost",
"PORT": "",
Expand Down
Loading

0 comments on commit 747e79d

Please sign in to comment.