X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/eb82cce559a0c88c386822d0ecb53ae8fa1da1f5..5c919ea0dec366d8d78fee8944577c454f335b2a:/README diff --git a/README b/README index 630ea76..2bdca5f 100644 --- a/README +++ b/README @@ -15,5 +15,6 @@ After installing philo and mptt on your PYTHONPATH, make sure to complete the fo 2. Add 'philo' and 'mptt' to settings.INSTALLED_APPS. 3. Include 'philo.urls' somewhere in your urls.py file. 4. Optionally add a root node to your current Site. +5. (philo.contrib.gilbert) Add 'django.core.context_processors.request' to settings.TEMPLATE_CONTEXT_PROCESSORS. -Philo should be ready to go! All that's left is to learn more and contribute . +Philo should be ready to go! All that's left is to learn more and contribute .