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 details)

Uploaded Source

File details

Details for the file django-tiniest-cms-0.9.1.tar.gz.

File metadata

File hashes

Hashes for django-tiniest-cms-0.9.1.tar.gz
Algorithm Hash digest
SHA256 be0e4d2e8de70aa856537234f423fa23a1eca2684d76face2976e460cd33dc30
MD5 2ce8dc0fee6526089ef525779a8c039b
BLAKE2b-256 070e100b8480078b0d663f5ac3042b830a7b3036df0696f677678313a23c2d86

See more details on using hashes here.

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