Skip to content

Commit

Permalink
Fix example app for Django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jul 15, 2019
1 parent 4a7b6d7 commit ea602f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"django.template.context_processors.media",
"django.template.context_processors.request",
"django.template.context_processors.static",
"django.contrib.messages.context_processors.messages",
"django.contrib.auth.context_processors.auth",
),
},
Expand Down

0 comments on commit ea602f8

Please sign in to comment.