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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangocms_themata-0.1.1.tar.gz
.
File metadata
- Download URL: djangocms_themata-0.1.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8024ba63067f426531a0f03cfe237d9ddf45a996f5fd8c1ee0b40a1a7c4e0d1f |
|
MD5 | 1d52373148e435edd38188c0c16f0d30 |
|
BLAKE2b-256 | 1a799877c6d5aa76f2e7bb8c28e3b507068b1ca8d4a1356910b4fec7f5419b84 |
File details
Details for the file djangocms_themata-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: djangocms_themata-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79009727fc6772392ecfcaaf45e08446f37abbd3858f9de8172e9fef9f65a34f |
|
MD5 | a0d64a7125e701a3a3429fe5beaa2a5e |
|
BLAKE2b-256 | da5b8d8dbb3c4da62c27d1a581bfb6487ba8c4fb2de6f175ddb553d7ece1f273 |