You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after running python xblock-sdk/manage.py migrate this warning will show up.
WARNINGS:
?: (admin.W411) 'django.template.context_processors.request' must be enabled in DjangoTemplates (TEMPLATES) in order to use the admin navigation sidebar.
should I open a PR and add this?
The text was updated successfully, but these errors were encountered:
CodeWithEmad
added a commit
to CodeWithEmad/xblock-sdk
that referenced
this issue
Dec 5, 2023
before this, if you ran migrate, this would show up:
WARNINGS: 'django.template.context_processors.request' must be enabled in DjangoTemplates
closeopenedx#335
before this, if you ran migrate, this would show up:
WARNINGS: 'django.template.context_processors.request' must be enabled in DjangoTemplates
closeopenedx#335
after running
python xblock-sdk/manage.py migrate
this warning will show up.should I open a PR and add this?
The text was updated successfully, but these errors were encountered: