Django Books

2006-08-30 Thread Picio
Hello, I'm a Django newbie, I finished right now the tutorial, I read also other text coming from my docs dir in Django_0.95. Do you know if there is some Book like what I see here http://www.rubyonrails.org/docs but of course for Django? Can you give me any advice like where I have to go after th

Django books

2024-01-29 Thread AshiQul Islam Munna
Can I get the 'Django for Beginners Build websites with Python and Django By William S. Vincent' pdf for free? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to d

Re: Django Books

2006-08-30 Thread zenx
And you can find the starting tutorial you are asking for here: http://www.djangoproject.com/documentation/ take a look at "installation guide" and "Tutorial: Writing your first Django app" --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Django Books

2006-08-30 Thread zenx
Hi Picio, I don't know when it will be published, but a book is coming: http://www.amazon.com/gp/product/1590597257 It is written by Adrian Holovaty and Jacob Kaplan-Moss (django developers) and as far as I know it will be also avaible for free download as PDF :D --~--~-~--~~---

Re: Django Books

2006-08-30 Thread Jeremy Dunck
On 8/30/06, Picio <[EMAIL PROTECTED]> wrote: > Do you know if > there is some Book like what I see here > http://www.rubyonrails.org/docs > but of course for Django? I'll answer per-section on that page. # APIs This page, in addition to the tutorials, has quite a lot of documentation for the AP

Re: Django Books

2006-08-30 Thread Daniele Spino
Thanks zenx for the book, but about the tutorial maybe there is a misunderstanding: I finished to read an actually do the tutorial you're talking about, and I already read the Installation guide. I have also read some other txt, like template language for authors. I'm searching something like re

Re: Django Books

2006-08-30 Thread Deryck Hodge
On 8/30/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > # Books > Sadly, not yet. One's in the works. Adrian was considering putting > it up in-progress for review. I know that Addison-Wesley/Prentice Hall is pursuing a Django book, too. But what the timeline will be or who will write it is stil

Re: Django Books

2006-08-30 Thread Jeremy Dunck
Good to know. /me goes to catch up on reviewing. :) On 8/30/06, Deryck Hodge <[EMAIL PROTECTED]> wrote: > > On 8/30/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > # Books > > Sadly, not yet. One's in the works. Adrian was considering putting > > it up in-progress for review. > > I know tha

Re: Django Books

2006-08-31 Thread zenx
Picio, sorry for the misunderstanding! You will find the links that Jeremy has posted very useful :D (PS: I'm from Spain) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Django Books

2006-08-31 Thread Daniele Spino
No problem zenx. Anyway If someone is interested in, ShowmeDo has accepted my request for a pratical Django screencast, and luckyly in three days It took 18 votes. Please consider voting it. http://showmedo/request ...There only one to vote in the Django category. Many thanks JeremyD for all you l

Re: Django Books

2006-08-31 Thread Jeremy Dunck
On 8/31/06, Daniele Spino <[EMAIL PROTECTED]> wrote: > Please consider voting it. > http://showmedo/request ...There only one to vote in the Django category. 91 votes now. :) ...ShowMeDo is a nice surprise. :) --~--~-~--~~~---~--~~ You received this message bec

Re: Django Books

2006-08-31 Thread zenx
voted too! ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED]

Re: Django Books

2006-08-31 Thread Antonio Cangiano
zenx wrote: > I don't know when it will be published, but a book is coming: > http://www.amazon.com/gp/product/1590597257 > It is written by Adrian Holovaty and Jacob Kaplan-Moss (django > developers) and as far as I know it will be also avaible for free > download as PDF :D That's excellent. If

Re: Django books

2024-01-30 Thread Marcelo Robin
https://dokumen.pub/qdownload/django-for-beginners-build-websites-with-python-and-django-1st-edition-1983172669-9781983172663.html El lun, 29 ene 2024 a la(s) 10:01 p.m., AshiQul Islam Munna ( ashiq.cse.m...@gmail.com) escribió: > Can I get the 'Django for Beginners Build websites with Python and

Re: Django books

2024-01-31 Thread William Vincent
Hi all, Please don't use the Django users group to share links to pirated copies of my (or anyone else's) work. Book authors don't make much money in the scheme of things, and creating/maintaining these works requires a lot of effort. -Will On Tuesday, January 30, 2024 at 6:40:57 PM UTC-5 Mar

Re: Django books

2024-01-31 Thread Goke Aruna
Yes On Tue, 30 Jan 2024, 2:01 am AshiQul Islam Munna, wrote: > Can I get the 'Django for Beginners Build websites with Python and Django > By William S. Vincent' pdf for free? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscr

Re: Django books

2024-01-31 Thread Mordecai Etukudo
Can I get the Link to download Django for API On Wed, Jan 31, 2024, 2:59 PM Goke Aruna wrote: > Yes > > On Tue, 30 Jan 2024, 2:01 am AshiQul Islam Munna, < > ashiq.cse.m...@gmail.com> wrote: > >> Can I get the 'Django for Beginners Build websites with Python and Django >> By William S. Vincent'

Django books application i18n

2007-07-06 Thread Gianluca
Hello, I'm following the Django tutorial about books application. How can I internationalize this application? For example, how can I internationalize a field name of insert book form? Thanks Gianluca --~--~-~--~~~---~--~~ You received this message because you ar

Re: Django books application i18n

2007-07-06 Thread Joseph Heck
I think most everything that you'd like to know is detailed out at http://www.djangoproject.com/documentation/i18n/ -joe On 7/6/07, Gianluca <[EMAIL PROTECTED]> wrote: > > Hello, > I'm following the Django tutorial about books application. How can I > internationalize this application? > For exa

Re: Django books application i18n

2007-07-08 Thread Gianluca
Thanks...but in my case? I have thought to extends the "change_form.html" generic template. But how can I refer to a field of my data model? ( book name field for example) Thanks. Joseph Heck ha scritto: > I think most everything that you'd like to know is detailed out at > http://www.djangopro

Re: Django books application i18n

2007-07-09 Thread Joseph Heck
Even with generic views, you have custom templates. For anything in the template, first {% load i18n %} and then follow the instructions for internationalizing the text on the template. If it's something coming from your inside model, there's really no option for internationalizing that data asid

Practical Django Projects or Pro Django Books

2009-06-24 Thread ydjango
For some at intermediate level in Django and basic level in Python ( learned Python thru django) which would be better book for next reading Practical Django Projects by James Bennet or Pro Django by Marty Alchin. --~--~-~--~~~---~--~~ You received this messag

Re: Practical Django Projects or Pro Django Books

2009-06-24 Thread Nick Lo
> For some at intermediate level in Django and basic level in Python > ( learned Python thru django) which would be better book for next > reading Practical Django Projects by James Bennet or Pro Django by > Marty Alchin. I don't think you can say either is better as their approach is quite dif

Re: Practical Django Projects or Pro Django Books

2009-06-25 Thread Kenneth Gonsalves
On Thursday 25 June 2009 03:47:54 ydjango wrote: > For some at intermediate level in Django and basic level in Python > ( learned Python thru django) which would be better book for next > reading Practical Django Projects by James Bennet or Pro Django by > Marty Alchin. both are KA must haves --

Django Design Patterns and Djen of Django books on Kindle Store

2012-02-17 Thread Shabda Raaj
We have published our Ebooks on Kindle Store and would love to get some reviews. (Just $1 each) http://www.amazon.com/The-Djen-of-Django-ebook/dp/B006P1K0YY/ref=ntt_at_ep_dpt_2 http://www.amazon.com/Django-Design-Patterns-ebook/dp/B006OYO9SK/ref=ntt_at_ep_dpt_1 (They are also available for free s

Re: Django Design Patterns and Djen of Django books on Kindle Store

2012-02-17 Thread Gethin Llyn ab Alwyn
Are your Books complete? On 17 February 2012 09:31, Shabda Raaj wrote: > We have published our Ebooks on Kindle Store and would love to get > some reviews. (Just $1 each) > > > http://www.amazon.com/The-Djen-of-Django-ebook/dp/B006P1K0YY/ref=ntt_at_ep_dpt_2 > > http://www.amazon.com/Django-Desi