Skip to main content

Common utils for Django-based projects.

Project description

tg-utils

https://img.shields.io/pypi/v/tg-utils.svg https://travis-ci.org/thorgate/tg-utils.svg?branch=master Documentation Status

Collection of various utils for Django-based projects.

This is code that we’re using in our projects at Thorgate and we’re hoping you’ll find some of it useful as well.

Features

  • Model utils, e.g. timestamped and closable models, QuerySets that send out a signal when objects are modified.

  • Templated email sending.

  • Profiling utilities.

  • Unique filename generation for uploads.

  • Using hashids for models (instead of exposing primary keys).

  • System checks for email and Sentry configuration.

  • Mixin for easier implementation of ordering in Django’s generic ListView.

  • JS/CSS compressors for Django Compressor.

  • Health-check endpoints (with and without token authentication)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.6.0 (2019-03-21)

  • Added health-check helpers. Thanks @iharthi

0.5.0 (2019-02-07)

  • Added locking decorator. Thanks @iharthi

0.4.0 (2019-02-07)

  • Supported Django and Python versions are listed below

Django version

Python versions

Django 1.8

3.4, 3.5, 3.6

Django 1.11

3.4, 3.5, 3.6

Django 2.0

3.4, 3.5, 3.6, 3.7

Django 2.1

3.5, 3.6, 3.7

0.3.0 (2018-03-12)

  • Supported Django versions are now 1.8, 1.11, and 2.0. ClosableModel.created_by and closed_by now have on_delete=models.SET_NULL attribute.

  • Supported Python versions are now 3.4, 3.5, and 3.6.

0.2.0 (2016-01-27)

  • Rename tg_utils.yuglify module to tg_utils.compressor_filters and added new filters for using UglifyJS 2 and clean-css.

  • Added docs for tg_utils.compressor_filters module.

0.1.1 (2016-01-11)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tg-utils-0.6.0.tar.gz (22.8 kB view hashes)

Uploaded Source

Built Distribution

tg_utils-0.6.0-py2.py3-none-any.whl (19.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page