Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
djangocms-layouttools
Advanced tools
|pypi| |build| |coverage|
Django CMS LayoutTools is a set of plugins for django CMS <http://django-cms.org>
_
that allows you to design content sections on cms webpages that have specified
container properties (e.g., container-fluid) and css styling such as backgrounds.
It uses Bootstrap3 container classes by default, but doesn't necessarily require
Bootstrap to be a useful tool for sectioning and styling content. A Section plugin
is provided now, but further plugins may be created at a later date.
It uses images/files managed by Django Filer <https://github.com/divio/django-filer>
_.
This is a an open-source project. We'll be delighted to receive your
feedback in the form of issues and pull requests. See the github repo
contribution guidelines https://github.com/mci/djangocms-layouttools>
_.
See REQUIREMENTS
in the setup.py <https://github.com/mci/djangocms-layouttools/blob/master/setup.py>
_
file for additional dependencies:
Make sure django Filer <http://django-filer.readthedocs.io/en/latest/installation.html>
_
is installed and configured appropriately.
For a manual install:
pip install djangocms-layouttools
djangocms_layouttools
to your INSTALLED_APPS
python manage.py migrate djangocms_layouttools
TBD
You can run tests by executing::
virtualenv env
source env/bin/activate
pip install -r tests/requirements.txt
python setup.py test
.. |pypi| image:: https://badge.fury.io/py/djangocms-layouttools.svg :target: http://badge.fury.io/py/djangocms-layouttools .. |build| image:: https://travis-ci.org/mci/djangocms-layouttools.svg?branch=master :target: https://travis-ci.org/mci/djangocms-layouttools
FAQs
Adds layout Section and other plugins to django CMS.
We found that djangocms-layouttools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.