Pedro Mourelle

Results 15 comments of Pedro Mourelle

~Hi folks. Any news on this?~ I got it finally working on django2.2. One thing I'm still struggling with is - I think - wsgi configuration in local environment. Template...

Here's a PR with code brought from `django-tenants` that works fine and it's enough for us to keep working with dts: https://github.com/bernardopires/django-tenant-schemas/pull/608. As a side question: porting to django-tenants seems...

Sure thing. Cheers to that. That being said, if project is not on development nor maintenance any more, a note with link to `` in the readme would be much...

@dfrojas just ran test script (python 2.7.9 on osX 10.13.3). Output pdf is created and left empty, script ran (apparently doing nothing) for about 20mins until I killed it.

@poikilos the nerve you have to demand answers and explanations from a free and open source project, amazes me. Chill out and really be thankful to @centaurialpha's time and patience.

Website had been freezed since a while and used to be hosted on webfaction. Webfaction was bought by a shitty company last year and no longer support django (along with...

@perspector that's a change of keys you need to do on your end, has nothing to do with the standard way of cloning a GH repo.

Hi @TomJB1, actually no. It has nothing to do with the code in repo. If anyone has to add extra info about anything around developing then everyone should be creating...

Mirá lo que encontré @jmansilla y @dmoisset . Como para el 3er aniversario se podría mergear :P

Sure, I'm using JS on react@16. I'm having something like this: ``` this.setState({zoom})} > this.canvas = localRef} /> this.clearCanvas() } className={ classes.FreeHandCleanCanvas }> this.toggleZoom() } className={ classes.FreeHandZoomCanvas }> ``` What...