#####################
Installing django CMS
#####################

Welcome to django CMS 3. 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
the ``irc.freenode.net`` network.


**********************************************
Installing django CMS into an existing project
**********************************************

You can integrate django CMS it into your existing django project: :doc:`integrate`


**********************************
Installing django CMS from scratch
**********************************

Or you can start from scratch by following the tutorial on https://github.com/divio/django-cms-tutorial

.. _mailinglist: https://groups.google.com/forum/#!forum/django-cms
