Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

README.markdown

File metadata and controls

20 lines (15 loc) · 1.08 KB

Philo is a foundation for developing web content management systems.

Prerequisites:

After installing philo and mptt on your PYTHONPATH, make sure to complete the following steps:

  1. Add 'philo.middleware.RequestNodeMiddleware' to settings.MIDDLEWARE_CLASSES.
  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.

Philo should be ready to go! All that's left is to learn more and contribute.