Our Django Book is Launched
11–20 of 136 posts
Re: Our Django Book is Launched
#12Re: Our Django Book is Launched
#13Re: Our Django Book is Launched
#14Re: Our Django Book is Launched
#15So, full disclaimer: I was one of the editors of this book. This is a really great 'best practices' book for Django developers of all skill levels. In the Django community, there are a variety of practices that people tend to use: webapp structure, coding conventions, library preferences, etc. As a Django developer, finding out 'which way should I do X' is often harder than it seems: there are tons of articles on Goo…
Re: Our Django Book is Launched
#16Does it mostly focus on Django on Python 2, or is there a good portion that deals with Django on Python 3 as well?
Re: Our Django Book is Launched
#17Re: Our Django Book is Launched
#18I have tried to follow and reason through discussions on stackoverflow and much of tpatchek's notes. I would be interested in how "high level" the security chapter is from anyone who has shelled out already.
For example I assume I will
1. only use persona or openid (avoids storing passwords in my servers thus making a lot of things much much easier)
2. sessions - store absolutley nothing in a session cookie other than a nonce session id, and lookup everrything I need from cache on servers form that sessionId
3. That seems to be it really
I just do not know where to go to have this discussion sensibly - any hints?
Re: Our Django Book is Launched
#19Re: Our Django Book is Launched
#20Congratulations, it's great to see a new Django book and it looks like you've nailed a really important topic. Looking forward to reading it!