Thomas Güttler
Thomas Güttler
Django 1.9 has a nice signal: on_commit(): https://docs.djangoproject.com/en/1.10/topics/db/transactions/#django.db.transaction.on_commit > Sometimes you need to perform an action related to the current database transaction, but only if the transaction successfully commits. I...
I won't use django-mailbox in the next weeks. I won't provide a pull request. Good bye.
> I had to do the following modifications to make it compatible with Sparkasse: > > ```python > xml = re.sub(r'.+', 'NOTPROVIDED', xml) > xml = re.sub(r'.+[\S\n ]+?\n', '', xml)...
it would save some time if you would tell this on the top of the readme. Thank you
I do not understand this issue. I used `similarities` today for the first time, and it worked. Could you please provide an example where pylint fails to find the duplicates?
@jyoost I have not done it yet, but I think you can use Honcho (or a similar tool) to start the django web-server and django-q in one container. Related blog:...
@jyoost what is a DOfile? I googled for it, but found no useful answer.
I am curious. Why do you use python-sapnwrfc and not https://sap.github.io/PyRFC/ ?
No hurry, I just wanted you to know it. I can live happy with the current state.
Thank you for being open to pull-request. I am not JS expert. But maybe someone else has enough time and wisdom.