Django CMS plugin to list team members/employees.
Project description
=====================
Django CMS team plugin
=====================
Django CMS plugin to list team members/employees.
Installation
------------
1. Install with pip::
pip install cmsplugin-team
2. Add `filer` and `cmsplugin_team` to your INSTALLED_APPS in `settings.py`::
INSTALLED_APPS = (
...
# Imperavi (or tinymce) rich text editor is optional
'imperavi',
'filer',
'cmsplugin_team',
)
3. Install and configure your preferred rich text widget (optional).
Known to work are `django-imperavi`_ as well as for `django-tinymce`_. Be sure to follow installation instructions for respective editors.
For `django-imperavi`_::
# install
pip install django-imperavi
# settings.py
INSTALLED_APPS = (
...
'imperavi',
)
# urls.py
url(r'^imperavi/', include('imperavi.urls')),
For `django-tinymce`_::
# install
pip install django-tinymce
# settings.py
INSTALLED_APPS = (
...
'tinymce',
)
# urls.py
url(r'^tinymce/', include('tinymce.urls')),
.. _django-imperavi: https://github.com/vasyabigi/django-imperavi
.. _django-tinycme: https://github.com/aljosa/django-tinymce
Example
------------
.. image:: http://screencloud.net//img/screenshots/cef8f4c816e1cc7e9e1b08339eb3235c.png
Django CMS team plugin
=====================
Django CMS plugin to list team members/employees.
Installation
------------
1. Install with pip::
pip install cmsplugin-team
2. Add `filer` and `cmsplugin_team` to your INSTALLED_APPS in `settings.py`::
INSTALLED_APPS = (
...
# Imperavi (or tinymce) rich text editor is optional
'imperavi',
'filer',
'cmsplugin_team',
)
3. Install and configure your preferred rich text widget (optional).
Known to work are `django-imperavi`_ as well as for `django-tinymce`_. Be sure to follow installation instructions for respective editors.
For `django-imperavi`_::
# install
pip install django-imperavi
# settings.py
INSTALLED_APPS = (
...
'imperavi',
)
# urls.py
url(r'^imperavi/', include('imperavi.urls')),
For `django-tinymce`_::
# install
pip install django-tinymce
# settings.py
INSTALLED_APPS = (
...
'tinymce',
)
# urls.py
url(r'^tinymce/', include('tinymce.urls')),
.. _django-imperavi: https://github.com/vasyabigi/django-imperavi
.. _django-tinycme: https://github.com/aljosa/django-tinymce
Example
------------
.. image:: http://screencloud.net//img/screenshots/cef8f4c816e1cc7e9e1b08339eb3235c.png
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
cmsplugin-team-0.2.0.tar.gz
(6.6 kB
view details)
Built Distribution
cmsplugin_team-0.2.0-py2.7.egg
(14.7 kB
view details)
File details
Details for the file cmsplugin-team-0.2.0.tar.gz
.
File metadata
- Download URL: cmsplugin-team-0.2.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a00e05a02e8de872eb54148fdccf6528727fdcebc9e70efc56bb3be5fb7fcb3 |
|
MD5 | c7f5ba051407f7fb472529aa0d5fef09 |
|
BLAKE2b-256 | 2e42e83bda627edf73241584378578fd601188454beed3b997aea5eecf5c5538 |
File details
Details for the file cmsplugin_team-0.2.0-py2.7.egg
.
File metadata
- Download URL: cmsplugin_team-0.2.0-py2.7.egg
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16efb5601d42d594ff63e02e5d1bc4305ab9e36c3e4f1fee281f97d5e05f21c8 |
|
MD5 | b09a945bea95a76f889f5c2a88f86d42 |
|
BLAKE2b-256 | 1f351191469590bcc96540e449c6aedd8b3a58ddc00d43488b298d4d21102b75 |