Closed jheasly closed 15 years ago
It's also worth noting that the daily_table template tag won't work without django.core.context_processors.request being in your TEMPLATE_CONTEXT_PROCESSORS in settings.py. django.core.context_processors.request is not included by default.
That's why we have project_sample - there's a complete settings file. Do you think something else should be done/written? What'd you suggest?
added README.textile
It's also worth noting that the daily_table template tag won't work without django.core.context_processors.request being in your TEMPLATE_CONTEXT_PROCESSORS in settings.py. django.core.context_processors.request is not included by default.