Skip to content

Commit

Permalink
Remove admin warning in the demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jul 19, 2021
1 parent 6553f0e commit b6527fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@
'context_processors': [
# Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this
# list if you haven't customized them:
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
Expand Down

0 comments on commit b6527fc

Please sign in to comment.