Remove debug stuff

This commit is contained in:
Jeff Bogatay
2016-09-06 17:53:26 +01:00
committed by Daniel Quinn
parent 1c78fb633e
commit 5e6e1ce959
+1 -1
View File
@@ -98,7 +98,7 @@ DATABASES = {
"NAME": os.path.join(os.getenv("PAPERLESS_DBLOCATION",os.path.join(BASE_DIR, "..", "data")), "db.sqlite3")
}
}
print(DATABASES)
if os.getenv("PAPERLESS_DBUSER") and os.getenv("PAPERLESS_DBPASS"):
DATABASES["default"] = {
"ENGINE": "django.db.backends.postgresql_psycopg2",