Must-have Django packages
31–40 of 100 posts
Re: Must-have Django packages
#32Interesting, my fairly large django project uses none of those. Instead, the addons we consider to be critical are these these: django-debreach django-redis jinja2 pytz Redis for queues and caching, debreach to secure the CSRF tokens and vary your content length to avoid the BREACH vulnerability. jinja2 for doing templates outside of returning data, and pytz so you can use timezones in your data models. I also recomm…
Re: Must-have Django packages
#33"Django REST framework is an insane framework" I'm fed up with this kind of oppressive language. This is heteronormative and is discriminatory to the mentally ill. It's stuff like this that leads to the imbalance and under-representation in the industry. Let's boycott this author. (I would love not to have to write " " but having seen some of the comments here, I think I need to. I wonder how many white-knights-for-w…
How is this heteronormative? I didn't see any reference to gender in the entire article. Also, you're really stretching the "discrimination to the mentally ill" thing to the point of silliness.
Re: Must-have Django packages
#34"Django REST framework is an insane framework" I'm fed up with this kind of oppressive language. This is heteronormative and is discriminatory to the mentally ill. It's stuff like this that leads to the imbalance and under-representation in the industry. Let's boycott this author. (I would love not to have to write " " but having seen some of the comments here, I think I need to. I wonder how many white-knights-for-w…
Terrible joke/10
Re: Must-have Django packages
#35Re: Must-have Django packages
#36Earlier quoted context omitted.
Or perhaps waterlion should have just not made the joke. It does not relate to the article in any fashion I can find relevant nor does it add anything to the existing discussion.
I think it adds to the broader discussion that goes on on HN, specifically over the last month or so. Could you remove that joke about the dog from your profile page please? I went there looking for serious information.
Re: Must-have Django packages
#37Earlier quoted context omitted.
How is this heteronormative? I didn't see any reference to gender in the entire article. Also, you're really stretching the "discrimination to the mentally ill" thing to the point of silliness.
I was going to say "the equivalent of heteronormative but for mental illness" but I thought that anyone that understood what I was saying might have just let me have that one slip and interpreted the meaning rather than focus on its strict representation. It wasn't a joke as such, at least its intention wasn't primarily humour. Just highlighting the fact that nearly everything everyone says is offensive or exclusiona…
Re: Must-have Django packages
#38Earlier quoted context omitted.
I think it adds to the broader discussion that goes on on HN, specifically over the last month or so. Could you remove that joke about the dog from your profile page please? I went there looking for serious information.
If you could tell me what you're looking for instead of what you're not looking for, I'd be happy to provide it.
I'm not looking for pedantry and closed-mindedness (I'm not accusing you of those things).
I'm probably in the wrong place for that on HN, but the articles are interesting and often so is the discussion.
Re: Must-have Django packages
#39Interesting, my fairly large django project uses none of those. Instead, the addons we consider to be critical are these these: django-debreach django-redis jinja2 pytz Redis for queues and caching, debreach to secure the CSRF tokens and vary your content length to avoid the BREACH vulnerability. jinja2 for doing templates outside of returning data, and pytz so you can use timezones in your data models. I also recomm…
Does django-redis block? I'm not sure I'd make a connection from django to anything other than a low latency queue.
See https://github.com/samuelclay/NewsBlur/blob/master/settings.... for my redis configuration. I also use django-redis for caching (which is higher up in that file).
Re: Must-have Django packages
#40Earlier quoted context omitted.
I was going to say "the equivalent of heteronormative but for mental illness" but I thought that anyone that understood what I was saying might have just let me have that one slip and interpreted the meaning rather than focus on its strict representation. It wasn't a joke as such, at least its intention wasn't primarily humour. Just highlighting the fact that nearly everything everyone says is offensive or exclusiona…
This article has no relevance to gender-neutral language and no one other than yourself is discussing this. It would be better to address this issue in a relevant thread instead of hijacking a random one.