A set of themes for Django CMS projects.
Project description
A set of Bootstrap 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 += [
"cms_bootstrap",
"djangocms_themata",
]
Migrate the database.
python manage.py migrate
Get your templates to extend base.html:
{% extends "base.html" %}
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangocms_themata-0.1.2.tar.gz.
File metadata
- Download URL: djangocms_themata-0.1.2.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.11.6 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd631f01eac402c80bf822a1f1e20be2a7e924ac90b9a552badae1b36dd08f00
|
|
| MD5 |
90a8a1e1bbd0abd92c4665c8ca9f2fb4
|
|
| BLAKE2b-256 |
06bcbc3fe50a06f8ac19aaa6ec037e9b9e00edf0a18336a0ac5dc7b535ea8e92
|
File details
Details for the file djangocms_themata-0.1.2-py3-none-any.whl.
File metadata
- Download URL: djangocms_themata-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.11.6 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea30e656e1228f92d1beb3dd505cabe7f2838a43e48c160a0dea5dffe8a800ac
|
|
| MD5 |
ffd3ce91a93ac0dca0fbad1d11dcda06
|
|
| BLAKE2b-256 |
2f3b810d8b01660c00f28fbdb88e000149b808c861261e273125a9c88d0212bb
|