Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cmsutils

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsutils

Cmsutils for Django is a bundle of models and templates for Django projects in need of some Content Management System features.

  • 0.6.6
  • PyPI
  • Socket score

Maintainers
3

=================== cmsutils Django app

Description

Cmsutils for Django is a bundle of models and templates for Django projects in need of some Content Management System features.

Usually, web applications have several common features like, breadcrumbs, ldap authentication, visual widgets, etc. Cmsutils project collects all these common features.

Installation

To install this application:

#. Put it in a directory cmsutils inside your project.

#. Include 'cmsutils' in settings.INSTALLED_APPS.

Some features

  • Generic parameters from database.
  • Generic reusable forms based on newforms.
  • Generic views and templates for things like deleting objects.
  • Breadcrumb templatetag.
  • Messagebox.
  • Merging and compressing JS and CSS.
  • LDAP authentication.
  • Cache backends.
  • Other useful template filters and tags.

Changes

Version 0.6.6

  • Fixes a error in inplace_edit plugin (TinyMCE)

Version 0.6.5

  • Support for custom backupdb handler (like DCL scripts in OpenVMS)

Version 0.6.4

  • Now backupdb works with postgis (before the file sql was empty)

Version 0.6.3

  • Now backupdb works with postgis

Version 0.6.2

  • Fixes other spanish translations to tinyMCE

Version 0.6.1

  • Fixes width of the tinyMCE link popup when translated to spanish

Version 0.6.0

  • Fixes spanish translations to tinyMCE

Version 0.5.9

  • Hook in QueryStringManager to searchform

Version 0.5.8

  • Translation tinyMCE widget to Spanish

Version 0.5.7

  • Avoid surround code by

    tags when adding a tinymce template.

Version 0.5.6

  • Fixed readonly widgets with manytomany fields.

Version 0.5.5

  • Fixed backupdb command for Django >= 1.2

Version 0.5.4

  • Fixed load_production_db command for Django >= 1.2

Version 0.5.3

  • Implemented a ProfilingMiddleware, to do code profiling when ?profile is defined in URL.

Version 0.5.2

  • Included a ReadOnlyWidget.

Version 0.5.1

  • Fixed a bug related to JSONField form validation. See #210.

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc