Skip to main content

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

## Authors

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-uikit-0.1.1.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

djangocms_uikit-0.1.1-py3-none-any.whl (14.2 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