Skip to content

Commit

Permalink
dry run2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyaksh2309 committed Dec 2, 2024
1 parent 5fdef3f commit f4c8e64
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions socbackend/socbackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
# "NAME": BASE_DIR / "db.sqlite3",
"NAME": ':memory',
"NAME": BASE_DIR / "db.sqlite3",
# "NAME": ':memory',
}
}

Expand Down

0 comments on commit f4c8e64

Please sign in to comment.