jberends

Results 14 comments of jberends

the project slug is the python package name that will be used when you want to install your package elsewere using `pip install your_package_name`. Please follow the guide on 'package...

indeed -- agreed. We need to move away from reqs.txt and into pipenv to create a better-world :tm:

I would recommend, to mention in the top of the readme (and thus also op PyPI) that the current project is up for deprecation / change of maintainer / (or...

> Hi @joshbtn > > I've just started looking at this but I'm unfamiliar with Anaconda in general. Could you help me understand how this benefits users above and beyond...

I have the same problem for Django 1.11. We've implemented a BPMN class structure with multiple inheritance ``` end_event -> throw_event -> event -> flownode -> flowelement -> baseelement(BaseModel, Polymorphic)...

seems to be the same bug in #229. Fixed it the following way ``` class BaseElement(Model, PolymorphicModel): class Meta: base_manager_name = 'base_objects' ```

this package seems dead to me.. Looking for alternatives as we speak.

I have found out just now as well that ws4py does not support proxies. This post is for me a verification of that. (@wklenk) I foudn that the python package...

Your heart is always a bit to the left (to the right for the audience)