Re: TEMPLATE_CONTEXT_PROCESSORS missing in settings.py

2015-03-14 Thread Thế Giới Âm Nhạc
thank you, it is helpful for me. thank you very much :) On Saturday, June 22, 2013 at 8:24:27 AM UTC+7, asa...@princeton.edu wrote: > > Thank you! I'm always amazed at how quickly and accurately people respond > in this group--much appreciated. > > Alok > > On Friday, June 21, 2013 9:18:59 PM UT

Re: TEMPLATE_CONTEXT_PROCESSORS missing in settings.py

2013-06-25 Thread Some Developer
On 22/06/2013 02:24, asax...@princeton.edu wrote: # Make this unique, and don't share it with anybody. SECRET_KEY = '8c(j)m3dm!m3gd_n#vjjfqdeuq!ltsj3+xii617dos1i@_pc7*' You'll want to change your secret key now that you have posted it on a public mailing list if you are actual

Re: TEMPLATE_CONTEXT_PROCESSORS missing in settings.py

2013-06-21 Thread asaxena
Thank you! I'm always amazed at how quickly and accurately people respond in this group--much appreciated. Alok On Friday, June 21, 2013 9:18:59 PM UTC-4, ayeowch wrote: > > TEMPLATE_CONTEXT_PROCESSORS is not there by default in your project's > settings.py. It's defined in the django/conf/glo

Re: TEMPLATE_CONTEXT_PROCESSORS missing in settings.py

2013-06-21 Thread Addy Yeow
TEMPLATE_CONTEXT_PROCESSORS is not there by default in your project's settings.py. It's defined in the django/conf/global_settings.py, see https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-TEMPLATE_CONTEXT_PROCESSORSfor the default callables that are included. On Sat, Jun 22, 2013 a

TEMPLATE_CONTEXT_PROCESSORS missing in settings.py

2013-06-21 Thread asaxena
Hey everyone, Currently a noob to Django--I'm using Django 1.5.1 installed with Python 2.7 in a virtualenv. I'm learning about context processors and noticed that TEMPLATE_CONTEXT_PROCESSORS is completely missing from my settings.py. Is this normal? Am I supposed to add Django's default templat