Simple plugin with django-time-wizard relation
Project description
Simple plugins with django-time-wizard integration.
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:
path('admin/', include('time_wizard.urls')),
Run python manage.py migrate to create the time_wizard and djangocms_time_wizard models.
Configuration
The TimeWizard(Inline)-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
Tests
Setup your test environment with virtualenv and install the requirements with pip install .. Also install tox via pip and simply run tox.
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-1.0.1.tar.gz
.
File metadata
- Download URL: djangocms-time-wizard-1.0.1.tar.gz
- Upload date:
- Size: 4.5 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 | d8593462dabe278b3af8139485e6fb5ba9388134d26b77d338897d0de6fc1126 |
|
MD5 | 41957ce9b70382815d1155ec91e19385 |
|
BLAKE2b-256 | 3fed4a877b2e4c06c90edd593e7e28b9db0d51106a53b7678665f35d094480ea |
File details
Details for the file djangocms_time_wizard-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: djangocms_time_wizard-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 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 | 53d6fef45e47dff1de4ebcad3c59e2e76d95556763ad32222cdad5e698afd4bf |
|
MD5 | a9a54480be34366d7a9b3872967210b5 |
|
BLAKE2b-256 | b6f36825b000c62db5052002e77db901f62047858852b9953f1a6f925accf917 |