Socket
Socket
Sign inDemoInstall

cmsplugin-footnote

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cmsplugin-footnote

A simple plugin allowing to add footnotes in django CMS.


Maintainers
1

Readme


cmsplugin-footnote


A simple plugin allowing to add footnotes in django CMS.

.. contents:: :depth: 3

Requirements

  • Django <https://www.djangoproject.com/>_ (tested with 1.4, 1.5 & 1.6)
  • django-CMS <https://www.django-cms.org/>_ (tested with 2.3, 2.4 & 3.0)
  • If you use django-CMS 3, djangocms-text-ckeditor <https://github.com/divio/djangocms-text-ckeditor>_ (tested with 2.3.0)

Installation

#. [sudo] pip install cmsplugin-footnote #. Add 'cmsplugin_footnote', to your INSTALLED_APPS #. ./manage.py syncdb #. ./manage.py collectstatic #. Add {% load footnote %} and one {% footnote_list %} in your CMS template(s).

Translations

Status

.. image:: https://www.transifex.com/projects/p/cmsplugin-footnote/resource/core/chart/image_png

Write your translation

Localization is done directly on our Transifex page <https://www.transifex.com/projects/p/cmsplugin-footnote/>_. There is no access restriction, so feel free to spend two minutes translating cmsplugin-footnote to your language :o)

Get & Compile

#. Make sure you have transifex-client <http://pypi.python.org/pypi/transifex-client/>_ installed: [sudo] pip install transifex-client #. Pull all translations from Transifex: tx pull -a #. Compile them: cd cmsplugin_footnote && django-admin.py compilemessages

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc