Skip to main content

Toolbox with general functions and models to avoid repetition.

Project description

Helpers

Requirements

Installation

$ pip install tonicapp-helpers

Add the application to your project's INSTALLED_APPS in settings.py.

INSTALLED_APPS = [
    ...
    'helpers',
]

Source

https://pypi.org/project/tonicapp-helpers/

Update Library

python3 setup.py sdist
python3 -m twine upload dist/*
Enter your username: ******
Enter your password: ******

Version updates

From v1.0 to v2.0 the support to drf_spectacular library was removed (the file schema_parameters was removed).

V2.2.0

Support for views with two different routes. (This should be depecrated in the future) Support for personalized serializers in requests.

V2.2.1

Bugfix in permissions when user_id or id not exist

V2.3.1

Change logger.info to logger.debug in middleware locale.

V2.4.1

Add CUSTOM_WEB_TOKEN to authentication and IsCustomUserPermission to permissions.

V2.4.2

Bugfix the prefix match

Project details


Release history Release notifications | RSS feed

This version

2.4.3

Download files

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

Source Distribution

tonicapp-helpers-2.4.3.tar.gz (10.1 kB view hashes)

Uploaded Source

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