Skip to content

Commit b93f4dc

Browse files
committed
Will s also be removed
1 parent d8d7f4d commit b93f4dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_django_test/settings_base.py

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
# versions at the same time
1919
db_suffix = "_%s" % os.getuid()
2020

21+
raise Exception("db_suffix: {}".format(db_suffix))
22+
2123
MIDDLEWARE = [
2224
"django.contrib.sessions.middleware.SessionMiddleware",
2325
"django.middleware.common.CommonMiddleware",

0 commit comments

Comments
 (0)