We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d7f4d commit b93f4dcCopy full SHA for b93f4dc
pytest_django_test/settings_base.py
@@ -18,6 +18,8 @@
18
# versions at the same time
19
db_suffix = "_%s" % os.getuid()
20
21
+raise Exception("db_suffix: {}".format(db_suffix))
22
+
23
MIDDLEWARE = [
24
"django.contrib.sessions.middleware.SessionMiddleware",
25
"django.middleware.common.CommonMiddleware",
0 commit comments