A UiKit Plugin for the DjangoCMS Framework
Project description
# DjangoCMS UiKit
This package implements the UIKit Elements as reusable Plugins for the DjangoCMS.
### Prerequisites
You need a Django CMS Project. If you wanna know how to start a Django CMS Project check the the Docs.
[Django-CMS.org](http://docs.django-cms.org/en/release-3.4.x/introduction/install.html) - Installing Django CMS
### Quick Start Install DjangoCMS-UIKit:
python3 -m pip install djangocms-uikit
Then add djangocms-uikit to INSTALLED_APPS
Don’t forget:
python3 manage.py makemigrations python3 manage.py migrate
Next download the UIKit Files or add the CDNs to your project main template.
Before the </head> tag: `html {% addtoblock 'css' %} <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/css/uikit.min.css"> {% endaddtoblock %} `
Before the </body> tag: `html {% addtoblock 'js' %} <script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/js/uikit.min.js" type="text/javascript"></script> {% endaddtoblock %} ` and
`html {% addtoblock 'js' %} <script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/js/uikit-icons.min.js" type="text/javascript"></script> {% endaddtoblock %} `
## Built With
[DjangoCms](https://github.com/divio/django-cms) - The easy-to-use and developer-friendly CMS
## Authors
Dominik Lysiak - Main Contributor - [Personal Website](https://dominiklysiak.de)
See also the list of [contributors](https://github.com/domlysi/djangocms-uikit/graphs/contributors) who participated in this project.
## License
This project is licensed - see the [LICENSE.md](LICENSE.md) file for details
## Todo
Nearly everything for now
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-uikit-0.1.3.tar.gz
.
File metadata
- Download URL: djangocms-uikit-0.1.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
810b8f95844efc22ccacf1c8fee911db45887b1385816af1d6e011f433636685
|
|
MD5 |
998b62ab61fb321941a257c5f7862df5
|
|
BLAKE2b-256 |
e96274c73ebef54bd522f3859bd77bbbca980fe4e47e1c65e198fbda8d7ed8f4
|
File details
Details for the file djangocms_uikit-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: djangocms_uikit-0.1.3-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f46566d1b1badbca9f90b60a45ff10d4f841c585ac0f97dffdb95566955b281d
|
|
MD5 |
20dc5216c0f170db439c19542dd5df14
|
|
BLAKE2b-256 |
aa96a16639fdfb19f53dfe0d3428663cde4b30de48715873bc988557b13c3f79
|