Skip to main content

A set of themes for Django CMS projects.

Project description

A set of themes for Django CMS projects.

Installation

Install with pip from PyPI:

pip install djangocms-themata

Or install directory from Github:

pip install git+https://github.com/rbturnbull/djangocms-themata

Usage

Start with a Django project set up with Django CMS.

Add djangocms_themata to the list of plugins:

INSTALLED_APPS += [
    "djangocms_themata",
]

Get your templates to extend base.html:

{% extends "base.html" %}

To import stylesheets from bootswatch (https://bootswatch.com/) run this command:

./manage.py importbootswatch

Then navigate to the admin section of the website and go to the djangocms-themata section. Activate the theme that you like there.

Credits

App designed by Robert Turnbull (Melbourne Data Analytics Platform)

All bootstrap themes are taken from the bootswatch CDN.

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

djangocms_themata-0.1.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

djangocms_themata-0.1.1-py3-none-any.whl (11.7 kB view hashes)

Uploaded Python 3

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