{% extends "base.html" %} {% load cms_tags %} {% block base_content %}
{% placeholder "home-hero" or %}`

django CMS FTW!

This is a demo site for django CMS. Check out the django CMS source, read the docs, or my slides from PyOhio to get started. Have questions? Find me on twitter @andrewschoen or ask in #django-cms.

django CMS on github Read the docs My PyOhio slides

{% endplaceholder %}
{% placeholder 'home-col-1' or %}

Using the Admin

If you're using the provided database I've already created a super user account for you. Go to the amdin and use these credentials.

Login to the admin »

{% endplaceholder %}
{% placeholder 'home-col-2' or %}

Using Frontend Editing

Click the button below to enable the frontend editor. Or, on any page you can add ?edit to the url to enable edit mode. The '+' in the upper right hand corner shows the toolbar. You'll need to be logged into the admin already, or login from the toolbar.

Frontend Editing »

{% endplaceholder %}
{% placeholder 'home-col-3' or %}

Heading

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

View details »

{% endplaceholder %}
{% endblock %}