Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 781 Bytes

django CMS Tutorial

Welcome to the django CMS 3 Tutorial. This tutorial should guide you through the first basic steps with django CMS all the way up to adding your own plugins and apps and extending the CMS' models itself!

Getting help

Should you run into trouble and can't figure out how to solve it yourself, you can get help from either our mailinglist or IRC channel #django-cms on freenode (irc.freenode.net).

Before we start

Please make sure you have installed the following prerequisites:

  • Python
  • pip

Start

To get started, continue to Step 1 - Inital Setup!