A CMS based on Django
Project description
What is it?
LFC is a Content Manangement System based on Django
Features:
Variable templates to display the content
Variable portlets
Multi languages (without pain)
Bulk upload of images + automatic scaling
WYSIWYG-Editor
Tagging
Commenting
RSS Feeds
Pluggable (Add own content types and portlets see http://pypi.python.org/pypi/lfc-blog/
Installation
Install mercurial
$ easy_install mercurial
Get the buildout
hg clone http://bitbucket.org/diefenbach/lfc-buildout-development/
Execute the buildout
$ cd lfc-buildout-development
$ python boostrap
$ bin/buildout -v
Start the server
$ bin/django runserver
Login
http://localhost:8000/login/ (admin/admin)
Go to the management interface
Changes
1.0 alpha 1 (2010-01-10)
Initial public release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.