Skip to content

Commit

Permalink
dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyaksh2309 committed Dec 2, 2024
1 parent 48e0d9a commit 5fdef3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion socbackend/socbackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'django.contrib.auth.backends.ModelBackend', # Default backend for user authentication
]


INSTALLED_APPS = [
"corsheaders",
"django.contrib.admin",
Expand Down Expand Up @@ -168,7 +169,8 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
# "NAME": BASE_DIR / "db.sqlite3",
"NAME": ':memory',
}
}

Expand Down

0 comments on commit 5fdef3f

Please sign in to comment.