mirror of
https://github.com/nextcloud/appstore.git
synced 2026-01-29 14:39:30 +00:00
8 lines
222 B
Python
8 lines
222 B
Python
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
import sys
|
|
|
|
if "test" in sys.argv:
|
|
DATABASES["default"] = {"ENGINE": "django.db.backends.sqlite3"}
|