wkoot

Results 5 comments of wkoot

Why not re-upload the new package to the old namespace https://pypi.org/project/ConcurrentLogHandler/ If you want to move to the new namespace only, I guess this is appropriate https://legacy.python.org/dev/peps/pep-0423/#how-to-rename-a-project

Proposed workarounds did not work for me on `Django==1.11.20` & `django-polymorphic==2.0.3`. Instead, I use the following `CascadeDeletePolymorphicManager` on `BaseModel(PolymorphicModel)`: ``` from polymorphic.managers import PolymorphicManager, PolymorphicQuerySet class CascadeDeletePolymorphicQuerySet(PolymorphicQuerySet): """ Patch the...

I'm only linked to one project, but the docs suggest passing the project_index since it'd be quicker :-) Also, `pivotal_tools show_stories --project-index=12345` works just fine for me? Indeed if I...

Setting the proxy to be the www container in the swarm, without changing the renderer, is a solution. Adding this to the documentation should suffice?

Sounds like the managing of technical debt is a bit in the way of moving this forward? How about reviewing sections of the codebase and getting them to be as...