Brian Helba

Results 46 comments of Brian Helba

Unfortunately, this is not compatible with the existing URL configuration that DRF-YASG's docs have been instructing users to configure. If this is released as-is, it would be a breaking change....

@jneves Ping. Now that #1998 is merged and [`botocore` is not restricted to `python-dateutil

@ewelkaw I'm not able to reproduce this myself. Internally, the only difference is that [`configurations.setup()` calls `django.setup()` too](https://github.com/jazzband/django-configurations/blob/c9c44c59b76ec1c157e7a4bf00c8662e4a9c210b/configurations/__init__.py#L9-L17). However, [Celery also calls `django.setup()` internally](https://github.com/celery/celery/blob/c735e152d124a52be5d547b6b36d862485d388e5/celery/fixups/django.py#L116), since doing so [is required in...

@striveforbest This should have it: ```python from django.conf import settings configuration_class_name = settings.CONFIGURATION.split('.')[-1] ```

We should document the fact that `settings.CONFIGURATION` exists, so I'm leaving this issue open.

@auvipy It looks like @pauloxnet (who is now helping to maintain this project) objects to this change: > I think `django-environ` is a strong addiction. I would prefer to leave...

This was originally reported in #2282, but is separated here as a separate task.

I'd like to see if we can pass an environment variable to the package version to the `setup.py` file at install-time, to see if we can fix #2959 . I'd...

> I don't know how to avoid installing `setup_requires` dependencies with pip or how to best rework setup.py, but I think it's worth it to get the image down into...

> One way to do this is with a single command in the Docker that removes git after use: > > ``` > COPY . /girder/ > RUN apt-get update...