Skip to content

Commit

Permalink
Will s also be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmonMode committed Jan 22, 2020
1 parent 2d669cd commit c78e6f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest_django_test/settings_base.py
Expand Up @@ -18,6 +18,8 @@
# versions at the same time
db_suffix = "_%s" % os.getuid()

raise Exception("db_suffix: {}".format(db_suffix))

MIDDLEWARE = [
"django.contrib.sessions.middleware.SessionMiddleware",
"django.middleware.common.CommonMiddleware",
Expand Down

0 comments on commit c78e6f2

Please sign in to comment.