Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Sep 28, 2023
1 parent 0b776f5 commit 87c1603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
8 changes: 2 additions & 6 deletions backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,8 @@

DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "postgres",
"USER": "postgres",
"PASSWORD": "QAZwsxEDC@123",
"HOST": "10.201.8.103",
"PORT": "5432",
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
}
}

Expand Down
54 changes: 0 additions & 54 deletions backend/plot.py

This file was deleted.

0 comments on commit 87c1603

Please sign in to comment.