Live data from Hacker News

Our Django Book is Launched

pydanny.com

131–136 of 136 posts

Re: Our Django Book is Launched

#131

Earlier quoted context omitted.

I was able to use my HSBC Visa Debit card - there was no verification though - payment just went straight through.

Had to go speak to my bank, turns out that Gumroad came up as fraud and HSBC froze my entire account! The bank said it should work now but I'm pretty put off.

I had exactly the same issue with my Royal Bank of Scotland account - Gumroad was flagged as fraud (the security people at RBS said they had several complaints about Gumroad) and I had to get my account unlocked.

People using British accounts - be VERY wary about making payments to Gumroad. I'm waiting till this is available on PayPal or Amazon.

Re: Our Django Book is Launched

#132

Feedback from a 4 month newbie: I've read several chapters. Overall the book is great but I have some specific suggestions, which I'll wrap in the context of what my biggest barriers to learning Django and web development have been. Background: I starting learning web development with Django 4 months ago. I knew nothing but procedural programming (from late 80s) and a little CSS (Wordpress) before starting. I did Lea…

I'm one of the authors. Can you send this review to me at pydanny@cartwheelweb.com?

Thanks!

Re: Our Django Book is Launched

#133
First suggestion: show the 2nd level in your Table of Contents. That's helpful for customers like me who would buy the book if they knew a bit more details about what's inside (I don't want to buy something and then find out I know most of the contents already).

Another suggestion that would get me to buy the book: does the book addressed particular issues that I know I need to figure out (and will save me from having to do my own research). In particular, would be useful if the marketing of the book told me that it would discuss specific tasks/decisions. Some examples of tasks:

-how to code my django app so it works in both python 2.7 and python 3? What's the best way to do that? Django six? How do I setup virtualenv to support my dual configuration? I think this is what the django core team is doing nowadays so I can also adopt the same strategy, right?

-what's the best way to replace django templates with jinja2?

-for python 3, what is the alternative to PIL?

-as mentioned elsewhere, how do I do database migration when the models change. Especially, what are the different alternatives for doing the migration (django south seems too complicated -- can I just make sure the manage.py db schema and the actual db schema are the same as the docs suggest?)

-should I use store much of my model data in a json field so I don't have to deal with db migration? Any software packages or coding tips about this?

-how do I use SQL Alchemy with django? Issues with doing this (besides not getting a lot of django goodies).

-how do I configure django-social-auth ( https://github.com/omab/django-social-auth ) beyond the default setting (ie: the pipeline)

-what is a good web host for django. Answer: webfaction. How do I set up virtualenv on webfaction?

Re: Our Django Book is Launched

#134
post #133

First suggestion: show the 2nd level in your Table of Contents. That's helpful for customers like me who would buy the book if they knew a bit more details about what's inside (I don't want to buy something and then find out I know most of the contents already). Another suggestion that would get me to buy the book: does the book addressed particular issues that I know I need to figure out (and will save me from havin…

Thanks for the comments! I'm one of the authors!

1. For Python 2/3 compatibility, we recommend SIX. 2. We recommend using Jinja2 where you need it, not as a replacement. 3. PIL on Python 3 is not yet solved. This is part of the reason why the Python web world has not transitioned over completely. It's a huge blocker. 4. We plan to cover South in depth. In the BETA or FINAL editions of the 1.5 book. 5. You implement SQLAlchemy in DJango via "import sqlalchemy". You do lose lots of goodies (ModelForms, Admin, a bunch of views, etc) 6. django-social-auth is something we hope to cover before FINAL 7. On web hosts (webfaction, Heroku, et al), we didn't want to turn the book into a tome about deployment. Each provider does things differently, and we would have to keep track of all that and update when host providers change their services. So rather than describe deployments in depth, we're going to link to their documentation and let them handle it.

Re: Our Django Book is Launched

#136

Purchased! This looks awesome, I literally just set up django yesterday and had a huge amount of unanswered questions while setting it up. Like you have mentioned, I had a real hard time finding the 'best' practices to set up the environment. Anxious to get home and start reading.

how can i get the django book published by hackers
Post reply on HN