Skip to content

somair/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.

About

Foundation for web content management systems using Django.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.4%
  • HTML 3.4%
  • JavaScript 1.1%
  • CSS 0.1%