Alex Zagoro

Results 15 issues of Alex Zagoro

It would be amazing to have an ability to set `NPM_STATIC_FILES_PREFIX` per filetype.

I am writing a reports/calculations module and using ring to store the results of expensive calculations in redis. I started with using classmethods and it worked as expected, I was...

I am utilizing drf-flex-fields heavily and everything works fine until the moment i add: ```python REST_FRAMEWORK = { ... 'DEFAULT_FILTER_BACKENDS': ( 'rest_flex_fields.filter_backends.FlexFieldsFilterBackend', ), ... } ``` It crashes the app...

I know I can use `os.getenv` but I'd like to be able to get the name of the currently used django-configurations settings class name in the code? How do I...

### Issue: I would like to have a flag determining whether django-debug-toolbar should show up. I tried multiple options provided in the [docs](https://django-configurations.readthedocs.io/en/latest/values/#configurations.values.BooleanValue) but my value still ends up being...

I am trying to achieve re-assigning of the related nested object, while not allowing the creation of new related objects in case object with the provided id doesn't exist. Here...

Eventbrite introduced the concept of Organization unit and the events now should be fetched via the organization endpoint. This library is lacking organization support. https://www.eventbrite.com/platform/docs/organizations https://www.eventbrite.com/platform/api#/reference/organization-roles/list/list-your-organizations?console=1

Python version 3.8.15 Pipenv version 2022.12.19 (pip version 22.3.1) Setuptools version 65.6.3 Traceback: ``` $ pipenv install --clear --keep-outdated --selective-upgrade django-measurement -vvv Loading .env environment variables... Installing django-measurement... Writing supplied...

Is there a way to use this app with payment nonce (`dataValueDescriptor`) retrieved by accept.js? That seems like the most logic way instead of passing sensitive information like credit card...

Description: This pull request addresses an issue where the library attempts to create a folder named health_check_storage_test within the current directory. However, in many setups, users may lack the necessary...