mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Switched Django to postgresql
This commit is contained in:
@@ -85,8 +85,11 @@ WSGI_APPLICATION = "frontend.wsgi.application"
|
||||
|
||||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
"NAME": os.path.join(BASE_DIR, "db.sqlite3"),
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
# "ENGINE": "django.db.backends.sqlite3",
|
||||
"NAME": "pyshelf",
|
||||
"PASSWORD": "",
|
||||
# "NAME": os.path.join(BASE_DIR, "db.sqlite3"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user