{# this should be versioned #}
{% extends "mycms/base.html"%}
{%block PAGE_HEADER %}
MyCMSProject is both a ready made, ready to use out of the box CMS solution based on Django and is also an extensible CMS framework for extreme customization and integration with other django based apps.
Quick-Start-GuideNOTE: MyCMS has not yet reached a stable release. I use it at https://www.jnvilo.com and currently features are implemented as I figure out what I need. If you wish to join, do let me know. I would gladly mentor anyone in django and python. .
The latest bleeding edge version of MyCMS can be found at github but you can also pip install mycms from the pypi repository.
MyCMS is based on django. However all you need is a little background in python and django to get started. Here you will find tutorials and manuals on the use of MyCMS to help you get your website up and running as fast as possible.
Every website should be unique. You don't want just another wordpress clone. The only way to do this is to dive into extending mycms. Here you can find developer tutorials and instructions on how to extend mycms.
The default markup used by MyCMS is WikiCreole. Creole is a common wiki markup language used accross different wikis. One could say that it implements only the common markup tags used by different wikis whether opensource or commercial. Although it is often enough to just use the Creole markup to write our html pages, we often want more power, and also easier to use. The Creole implementation used in MyCMS is easily extensible and out of the box there are already different extensions available.