Skip to content

Commit

Permalink
test: Add additional installed apps to test_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Mar 18, 2024
1 parent 96ffd66 commit fbaf8d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@

DEBUG = True

MIDDLEWARE = (
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
)

TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
Expand Down

0 comments on commit fbaf8d3

Please sign in to comment.