PlushCMS - simple CMS system

Check out the new site at https://rkblog.dev.

PlushCMS is a CMS application written in Python with the help of Django. The project is run by two Polish developers.

To start using PlushCMS you just need to get the sources (GPL3) from GitHub, configure settings.py and that's it. It's not a Wordpress replacement yet, but still it's simple and quick to setup.

plushcms
Get the sources from GitHub:
git clone https://github.com/plushcms/PlushCMS.git
Under Linux and similar OS you need to rename the CMS folder to not use capital letters, to "plushcms". Then you can start editing settings.py:
  • Enter database configuration under DATABASES
  • Set absolute system paths for MEDIA_ROOT, MEDIA_GALLERY, MEDIA_STORAGE, MEDIA_FONT, MEDIA_URL, TEMPLATE_DIRS variables
  • Create tables in the database as well as a admin user - python manage.py syncdb
  • And launch the application: python manage.py runserver
The Admin Panel looks like usuall:
plushcms2
In Menus you can create Main menu to get a top horizontal menu on the site.
RkBlog

Django web framework tutorials, 9 July 2011


Check out the new site at https://rkblog.dev.
Comment article
Comment article RkBlog main page Search RSS Contact