Welcome to the django CMS 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!
Please make sure you have the following programs installed:
- Python
- pip
- git
Open a terminal, go to your workspace and clone this repository using git.
cd ~/workspace git clone git@github.com:Chive/djangocms-tutorial.git cd djangocms-tutorial
Now checkout branch step-1 to get going!
git checkout step-1