Skip to main content

django-tiniest-cms is a seriously minimalist Django CMS

Project description

Django tiniest cms
==================

Installation
------------

#. The recommended way to install django-tiniest-cms package is with pip.

$ pip install django-tiniest-cms

#. Then add 'django-tiniest-cms' to `INSTALLED_APPS`.

Usage
-----

Assuming this would be the frontpage template of a website :

{% load tiniest_cms %}<html>
<head>
<title>{% content "website/frontpage/title" %}NO TITLE{% endcontent %}</title>
</head>
<body>
{% content "website/frontpage/main_content"%}

This is the website of ACME corporation

{% endcontent %}
</body>
</html>

Then in the administration you can add the content snippet matching the name
given to the `content` tags. The content will be rendered as markdown instead
of the default given to the `content` tags.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tiniest-cms-0.9.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page