We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d669cd commit c78e6f2Copy full SHA for c78e6f2
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