Skip to content
/ philo Public

Foundation for web content management systems using Django.

License

Notifications You must be signed in to change notification settings

ithinksw/philo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.