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

V2.4.4

Bugfix the authentication

V2.5.4

Support to duplications in locale and software type middleware

V2.6.4

Create new permission: IsAuthenticated

V2.6.5

In authentication create alternative to run tests

V2.7.5

Improve the documentation.

V2.7.6

Bugfix in documentation

V2.8.6

Add personalized query params to documentation

V2.9.6

Update information about custom_schemas

V2.9.7

Fix on permissions (IsCustomUserPermission)

V2.9.8

Fix on authentication (Allow firebase in tests if it exists)

V2.9.9

Fix on authentication (Allow to show description and serializer in responses)

V2.10.9

Add middleware for specialty id

V2.10.10

Fix middleware for specialty id if specialty_id does not exist

V2.10.11

Fix on permissions for None users in request (IsCustomUserPermission)

V2.11.11

Add user agent middleware. We are using user-agents==2.2.0 library to get the most of the user agent: https://pypi.org/project/user-agents/#:~:text=user_agents%20is%20a%20Python%20library,tablet%20or%20PC%20based%20device. This middleware it will take 0.0024 seconds to run.

V2.12.0

Add logs in some requests.

V2.13.0

Add language middleware.

Project details


Release history Release notifications | RSS feed

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-0.13.6.tar.gz (12.8 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