Simple plugin with django-time-wizard relation
Project description
# djangocms-time-wizard Simple plugin with django-time-wizard relation.
## Quick start
Install using pip:
` pip install djangocms-time-wizard `
Add to your INSTALLED_APPS:
` 'time_wizard', 'djangocms_time_wizard', `
Include the time_wizard admin URLs in your project urls.py:
` url(^'admin/', include('time_wizard.urls')), `
Run python manage.py migrate to create the time_wizard and djangocms_time_wizard models.
## Configuration
The TimeWizard-Plugin has a wrapper for its child-plugins if they are not shown on published pages. You can also disable this in your settings.py:
` DJANGOCMS_TIME_WIZARD_WRAPPER = False `
The wrapper is a simple div with the class time-wizard and inline styling. You can customize its appearance to whatever you want. Note that child-plugins with inline styling may appear different because of the additional wrapper around.
## Requirements
django-cms
django-time-wizard
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-time-wizard-0.2.0.tar.gz
.
File metadata
- Download URL: djangocms-time-wizard-0.2.0.tar.gz
- Upload date:
- Size: 4.1 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.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11b358d1746f4a52474a5aa05b1729dd836b603a88c419f9abcc8d4d7623b690 |
|
MD5 | bf797edb0c4784cca8ff780ce4b9ae33 |
|
BLAKE2b-256 | 4286583a4f57154b9b8fc84e66b667777f4375fd6a7789c1bab447c0f57ce3d4 |
File details
Details for the file djangocms_time_wizard-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: djangocms_time_wizard-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.3 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.5.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd94000dabb007df1366efc6c7a6f234def52e6d61a9518229c535d4c876384d |
|
MD5 | 32455a5b9c4eff25030a4de10994ea9a |
|
BLAKE2b-256 | 8f48d326f7491e3cf96f0a40b02055a8371af970848ccdd17cd025af2d4b28c2 |