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

8a772dd · Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Jan 28, 2011
Jan 31, 2012
Oct 8, 2011
Oct 9, 2011
Oct 9, 2011
Nov 4, 2011

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