thenewguy

Results 111 issues of thenewguy

Running on Docker In Docker and having to unset PIP_CERT and REQUESTS_CA_BUNDLE in order to connect to the docker service. These env vars are set: DOCKER_HOST: 'tcp://docker:2376' DOCKER_TLS_CERTDIR: "/certs" DOCKER_CERT_PATH:...

It isn't clear how to use `--docker-dont-stop`. I've added `--docker-dont-stop=postgres` to my tox command but get ``` python -m tox --docker-dont-stop=postgres -e interactive usage: tox [-h] [--colored {yes,no}] [-v |...

I have a situation where I am caching records from remote API get requests. I would like to run a background task that fetches a list in bulk and primes...

Just trying out rednoise. Encountered the following: ``` Django==1.8.2 django-rednoise==1.0.5 uWSGI==2.0.10 whitenoise==2.0 ``` ``` Traceback (most recent call last): File "/path/to/python2.7/site-packages/rednoise/base.py", line 112, in __call__ asset = self.load_static_file(path) File "/path/to/python2.7/site-packages/rednoise/base.py",...

Added an additional middleware for Django users that avoids the problems described #263 by constructing the file cache for the static root as files are requested. `WHITENOISE_ROOT` is not delayed...

I am working on integration testing and run collectstatic before testing so that the same static backend can be used during the tests. This is fast with the default storage...

Support the use of {{ value }} template to reference properties with an object type I.e. with the following, the titles would be "Friend Foo" and "Friend Bar" if two...

Need to update for Django 3. Traceback indicates importing some code that was removed from Django ``` $ /home/vagrant/.tox/py36/bin/python manage.py makemigrations Traceback (most recent call last): File "manage.py", line 12,...

Fixes #14 tested at https://travis-ci.org/github/thenewguy/django-celery-model/builds/690098558 (there isn't much change - it mostly comes from https://github.com/mback2k/django-celery-model/pull/12)

Fixes #11