Skip to main content

This package integrates django-usersettings2 with django-cms>=3.0, This allows a site editor to add/modify all usersettings in the frontend editing mode of django CMS and provide your users with a streamlined editing experience.

Project description

Latest Version Downloads License http://img.shields.io/coveralls/mishbahr/djangocms-usersettings2.svg?style=flat-square

This package integrates django-usersettings2 with django-cms>=3.0.

This allows a site editor to add/modify all usersettings in the frontend editing mode of django CMS and provide your users with a streamlined editing experience.

This project requires django-usersettings2 and django CMS 3.0 or higher to be properly installed and configured. When installing the djangocms-usersettings2 using pip, django-usersettings2 will also be installed automatically.

The full documentation for django-usersettings2 is available at https://django-usersettings2.readthedocs.org.

Quickstart

  1. Install djangocms-usersettings2:

    pip install djangocms-usersettings2
  2. Add sites, usersettings and djangocms_usersettings2 to INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'django.contrib.sites',
        'usersettings',
        'djangocms_usersettings2',
        ...
    )

3. UserSettingsToolbar will be automatically loaded as long as the CMS_TOOLBARS is not set (or set to None). Or you can add usersettings.cms_toolbar.UserSettingsToolbar to CMS_TOOLBARS settings:

CMS_TOOLBARS = [
    # CMS Toolbars
    ...

    # djangocms-usersettings2 Toolbar
   'djangocms_usersettings2.cms_toolbar.UserSettingsToolbar',
]

You may also like…

History

0.1.0 (2014-09-14)

  • First release on PyPI.

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-usersettings2-0.1.2.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file djangocms-usersettings2-0.1.2.tar.gz.

File metadata

File hashes

Hashes for djangocms-usersettings2-0.1.2.tar.gz
Algorithm Hash digest
SHA256 57380920f660c428377f373ce51689b4a5c7380d8cd71235a9eb0902fb5b33fc
MD5 aebe18cdc29645968b43461ed2f5c273
BLAKE2b-256 039941eac2ca8b28d74dde6de3091d4c15dad45be021df52bdbb0b38bb15707c

See more details on using hashes here.

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