Our Django Book is Launched
101–110 of 136 posts
Re: Our Django Book is Launched
#102By the way, congratulations on releasing this! I've been looking forward to seeing what the "mad secret project" was.
Re: Our Django Book is Launched
#103Can somebody comment on how readable the book is on a Kindle?
Re: Our Django Book is Launched
#104As a new django user, one of the most confusing issues to deal with is deployment. Many guides say a few hand-wavy things about deployment, and then move on. Can anybody summarize what this book says about deployment? By the way, congratulations on releasing this! I've been looking forward to seeing what the "mad secret project" was.
Re: Our Django Book is Launched
#105Do you discuss or use the built in admin thing in Django?
Re: Our Django Book is Launched
#106Just bought the book, not really spelunked it much yet but looks pretty cool so far - I'm just getting to grips with django and other python web frameworks generally. One tiny annoyance is the lack of pre-generated bookmarks based on the contents page. See [1] for example of how Uncle Bob's clean code PDF ships with these (my PDF reader is Foxit). These bookmarks save a hell of a lot of time navigating back and forth…
I agree with you 100%.
Unfortunately, the tool we used to format the book doesn't do this for us, so we either have to use a third-party product to do it manually OR write a Python script to generate the bookmarks.
We intend to start working on the Python script tomorrow, and I really want to get it into the BETA release.
Thanks for the feedback!
Re: Our Django Book is Launched
#107Is there a way to buy it using PayPal? Am not to keen on sending a credit card number...
Re: Our Django Book is Launched
#108My one complaint, to not just this book, but pretty much the community at large is there exists scant documentation dealing with 'enterprise grade'database migration (..both data and schema, for some reason data is always left out) with Django and South.
Nice work.
P.S. - I've made a small pull request to your django template as it doesn't work in it's current form.
Re: Our Django Book is Launched
#109My one complaint, to not just this book, but pretty much the community at large is there exists scant documentation dealing with 'enterprise grade'database migration (..both data and schema, for some reason data is always left out) with Django and South.
Nice work.
P.S. - I've made a small pull request to your django template as it doesn't work in it's current form.
Re: Our Django Book is Launched
#110So, 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…
I spent a long time looking for good info only to find outdated or poorly maintained docs, and a very little sense of "community".
I'll probably grab this book to get me jumpstarted. I'm happy, yet sad that I have to find my information this way -- says something about the community IMO (not a bash on you, but just a nag on the Django community as a whole as I feel it doesn't really like helping beginners).