==================
djangocms-themata
==================
A set of themes for Django CMS projects.
Installation
============
Install with pip from PyPI:
.. code-block:: bash
pip install djangocms-themata
Or install directory from Github:
.. code-block:: bash
pip install git+https://github.com/rbturnbull/djangocms-themata
Usage
========
Start with a Django project set up with `Django CMS <https://docs.django-cms.org/en/latest/how_to/install.html>`_.
Add ``djangocms_themata`` to the list of plugins:
.. code-block:: python
INSTALLED_APPS += [
"djangocms_themata",
]
Get your templates to extend ``base.html``:
.. code-block:: jinja2
{% extends "base.html" %}
To import stylesheets from bootswatch (https://bootswatch.com/) run this command:
.. code-block:: bash
./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.
Raw data
{
"_id": null,
"home_page": "https://github.com/rbturnbull/djangocms-themata",
"name": "djangocms-themata",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Robert Turnbull",
"author_email": "robert.turnbull@unimelb.edu.au",
"download_url": "https://files.pythonhosted.org/packages/1a/79/9877c6d5aa76f2e7bb8c28e3b507068b1ca8d4a1356910b4fec7f5419b84/djangocms_themata-0.1.1.tar.gz",
"platform": null,
"description": "==================\ndjangocms-themata\n==================\n\nA set of themes for Django CMS projects.\n\nInstallation\n============\n\nInstall with pip from PyPI:\n\n.. code-block:: bash\n\n pip install djangocms-themata\n\nOr install directory from Github:\n\n.. code-block:: bash\n\n pip install git+https://github.com/rbturnbull/djangocms-themata\n\n\nUsage\n========\n\nStart with a Django project set up with `Django CMS <https://docs.django-cms.org/en/latest/how_to/install.html>`_.\n\nAdd ``djangocms_themata`` to the list of plugins:\n\n.. code-block:: python\n\n INSTALLED_APPS += [\n \"djangocms_themata\",\n ]\n\nGet your templates to extend ``base.html``:\n\n.. code-block:: jinja2\n\n {% extends \"base.html\" %}\n\nTo import stylesheets from bootswatch (https://bootswatch.com/) run this command:\n\n.. code-block:: bash\n\n ./manage.py importbootswatch\n\nThen navigate to the admin section of the website and go to the djangocms-themata section. Activate the theme that you like there.\n\nCredits\n========\n\nApp designed by Robert Turnbull (Melbourne Data Analytics Platform)\n\nAll bootstrap themes are taken from the bootswatch CDN.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A set of themes for Django CMS projects.",
"version": "0.1.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "da5b8d8dbb3c4da62c27d1a581bfb6487ba8c4fb2de6f175ddb553d7ece1f273",
"md5": "a0d64a7125e701a3a3429fe5beaa2a5e",
"sha256": "79009727fc6772392ecfcaaf45e08446f37abbd3858f9de8172e9fef9f65a34f"
},
"downloads": -1,
"filename": "djangocms_themata-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a0d64a7125e701a3a3429fe5beaa2a5e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 11730,
"upload_time": "2023-01-23T12:21:40",
"upload_time_iso_8601": "2023-01-23T12:21:40.951623Z",
"url": "https://files.pythonhosted.org/packages/da/5b/8d8dbb3c4da62c27d1a581bfb6487ba8c4fb2de6f175ddb553d7ece1f273/djangocms_themata-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1a799877c6d5aa76f2e7bb8c28e3b507068b1ca8d4a1356910b4fec7f5419b84",
"md5": "1d52373148e435edd38188c0c16f0d30",
"sha256": "8024ba63067f426531a0f03cfe237d9ddf45a996f5fd8c1ee0b40a1a7c4e0d1f"
},
"downloads": -1,
"filename": "djangocms_themata-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "1d52373148e435edd38188c0c16f0d30",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 7640,
"upload_time": "2023-01-23T12:21:42",
"upload_time_iso_8601": "2023-01-23T12:21:42.254313Z",
"url": "https://files.pythonhosted.org/packages/1a/79/9877c6d5aa76f2e7bb8c28e3b507068b1ca8d4a1356910b4fec7f5419b84/djangocms_themata-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-23 12:21:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "rbturnbull",
"github_project": "djangocms-themata",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "djangocms-themata"
}