Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
/ aldryn-common Public archive
forked from divio/aldryn-common

A library of helpful utilities for packages in the django CMS/Aldryn ecosystem

License

Notifications You must be signed in to change notification settings

softformance/aldryn-common

 
 

Repository files navigation

Deprecated

This project is no longer supported.

Divio will undertake no further development or maintenance of this project. If you are interested in continuing to develop it, use the fork functionality from GitHub. We are not able to transfer ownership of the repository to another party.

Aldryn Common

build status coverage PyPI version

Aldryn Common is a library of helpful utilities for packages in the Aldryn ecosystem, and is also aimed at developers of django CMS projects.

It's installed by default in your Aldryn project - you don't need to do anything to install it - and numerous other Addons will make use of the tools it provides. Feel free to make use of them in your own projects.

They include tools for:

  • pagination
  • handling slugs (cleaning, ensuring uniqueness)
  • managing times and dates

as well as a variety of helpful templatetags and more.

Settings:

  • ALDRYN_COMMON_PAGINATION_SOFTLIMIT: Soft-limiting search results. If True, querying a page number larger than max. will not fail, but instead return the last available page. Default is True.

Requires Aldryn Boilerplates

About

A library of helpful utilities for packages in the django CMS/Aldryn ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.2%
  • HTML 6.8%