
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
An extension for Django CMS that allows you to create and edit multiple menus like Wordpress. This is compatible for Python 3.6, Django 2.1.9, django-cms 3.6.0
An extension for Django CMS that allows you to create multiple menus like Wordpress. This is compatible for Python 3.6, Django 2.1.9, django-cms 3.6.0
This replaces the previous versions by Ryan Bagwell and Rogerio Carrasqueira which are no longer actively updated
Originally forked from:
Install with pip pip install djcms-custom-menu
Add djcms_custom_menu
to INSTALLED_APPS
Run migrations python manage.py migrate
After installation, place the {% show_djcms_custom_menu 'YourMenuName' 0 100 100 100 "snippets/cms_named_menu.html" %}
template tag where you want your menu to appear.
.. code::
{% load djcms_custom_menu_tags %}
Next, create your menu in the admin area using the drag and drop interface.
Drag or add button click to add items as menu items:
.. image:: ui1.png
You can also add external website links as menu item.
Add button click to add external website link as menu items:
.. image:: ui2.png
The following settings can be changed by adding to your project's settings.py file:
.. code::
DJCMS_CUSTOM_MENU_CACHE_DURATION = 3600
.. code::
DJCMS_CUSTOM_MENU_NAMESPACES = ['CMSMenu',]
or to allow all namespaces:
.. code::
DJCMS_CUSTOM_MENU_NAMESPACES = None
Abdullah Al Arafat | imbipul9@gmail.com | +8801712192445
FAQs
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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.