Skip to content

Commit

Permalink
fix: request context processor added
Browse files Browse the repository at this point in the history
before this, if you ran migrate, this would show up:
WARNINGS: 'django.template.context_processors.request' must be enabled in DjangoTemplates

close openedx#335
  • Loading branch information
CodeWithEmad committed Dec 5, 2023
1 parent 60720e9 commit 2ae8de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workbench/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.request',
'django.template.context_processors.static',
'django.template.context_processors.tz',
'django.contrib.messages.context_processors.messages',
Expand Down

0 comments on commit 2ae8de8

Please sign in to comment.