Re: PEP 484 type hinting in Django

2019-09-12 Thread Lukas Meier
I'm writing here with the risk of you guys obviously already knowing about it there is a project called monkeytype written by instagram that does analysis similar to what @Maxim said they actually have specific answers to django related questions here https://monkeytype.readthedocs.io/en/stabl

How to let users to block private messages in Django-postman?

2016-02-11 Thread Lukas
Hi all, I have instlled django-postman but it works great. However I'd like to allow users to opt for not receiving any private messages. I'm wondering how the easiest way to do so? I've looked at the docs but could not fin