X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/ee00114ceae49d0017911f4da98de6c5e721ee59..55b9014e00e00ba004d9c96e0f8e9cce2f203e89:/README.markdown diff --git a/README.markdown b/README.markdown index 77ebb65..30856dc 100644 --- a/README.markdown +++ b/README.markdown @@ -16,5 +16,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](http://docs.philocms.org/) and [contribute](http://docs.philocms.org/en/latest/contribute.html).