thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
842 stars 281 forks source link

Default settings.py will cause template tag KeyError: ‘request’ error #19

Closed jheasly closed 15 years ago

jheasly commented 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.

bartekgorny commented 15 years ago

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?

bartekgorny commented 15 years ago

added README.textile