mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-21 10:31:52 +00:00
Fix a typo
This commit is contained in:
parent
ba2bcf8190
commit
70cbc12fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class Common(Configuration):
|
|||
'django.core.context_processors.tz',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'django.core.context_processors.request',
|
||||
# Your stuff: custom template context processers go here
|
||||
# Your stuff: custom template context processors go here
|
||||
)
|
||||
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#template-dirs
|
||||
|
|
|
|||
Loading…
Reference in a new issue