
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
django-cms plugin that allow to create accordions on the frontend.
To get the latest stable release from PyPi
.. code-block:: bash
pip install cmsplugin-accordion
To get the latest commit from GitHub
.. code-block:: bash
pip install -e git+git://github.com/bitmazk/cmsplugin-accordion.git#egg=cmsplugin_accordion
TODO: Describe further installation steps (edit / remove the examples below):
Add cmsplugin_accordion
to your INSTALLED_APPS
.. code-block:: python
INSTALLED_APPS = (
...,
'cmsplugin_accordion',
)
Don't forget to migrate your database
.. code-block:: bash
./manage.py migrate cmsplugin_accordion
Accordion
instance via the Django admin.AccordionRow
instances via the Django admin that belong
to the Accordion instance you created before.Accordion Plugin
cmsplugin_accordion/accordion_plugin.html
template to your
liking.That's it. You should now be able to embed accordions into your placeholders.
If you want to contribute to this project, please perform the following steps
.. code-block:: bash
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 cmsplugin-accordion
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
FAQs
django-cms plugin that allow to create accordions on the frontend.
We found that cmsplugin-accordion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.