Re: Book

2024-02-08 Thread Ruby
t;> -- >> *From:* django-users@googlegroups.com on >> behalf of Obam Olohu >> *Sent:* Saturday, February 3, 2024 4:15:02 PM >> *To:* django-users@googlegroups.com >> *Subject:* Re: Book >> >> why don't you learn directly fro

Re: Book

2024-02-08 Thread Janet Anastacia
--- > *From:* django-users@googlegroups.com on > behalf of Obam Olohu > *Sent:* Saturday, February 3, 2024 4:15:02 PM > *To:* django-users@googlegroups.com > *Subject:* Re: Book > > why don't you learn directly from a tutor? > > > On Thu, Feb 1, 2024 at 3

Re: Book

2024-02-03 Thread Kevin Tuo
Good idea, Thanks! Envoyé à partir de Outlook pour Android<https://aka.ms/AAb9ysg> From: django-users@googlegroups.com on behalf of Obam Olohu Sent: Saturday, February 3, 2024 4:15:02 PM To: django-users@googlegroups.com Subject: Re: Book why don'

Re: Book

2024-02-03 Thread Kevin Tuo
ps.com Subject: Re: Book Greetings. Saying just a portfolio site, basically there will no Django book that will teach u that. U have to get a tutor and start from a base. I do offer some Django courses from beginner level to advanced On Sat, 3 Feb 2024, 17:16 Obam Olohu, mailto:olohuo...@gma

Re: Book

2024-02-03 Thread BUHNYUY RONALD
Greetings. Saying just a portfolio site, basically there will no Django book that will teach u that. U have to get a tutor and start from a base. I do offer some Django courses from beginner level to advanced On Sat, 3 Feb 2024, 17:16 Obam Olohu, wrote: > why don't you learn directly from a tuto

Re: Book

2024-02-03 Thread Obam Olohu
why don't you learn directly from a tutor? On Thu, Feb 1, 2024 at 3:14 AM Kevin Tuo wrote: > Hello, Please can I get a book for building a portfolio website with > django? > > > Envoyé à partir de Outlook pour Android > > -- > You received this message because you are s

Re: book count per author for filtered book list

2011-05-08 Thread Oleg Lomaka
I would do this via intermediate model, class Author(models.Model): name = models.CharField(max_length=250) class Book(models.Model): title = models.CharField(max_length=250) author = models.ManyToManyField(Author, through="BookAuthor") class BookAuthor(models.Model): author = mode

Re: Book

2009-12-22 Thread Alex Robbins
You could also try the free online book. http://djangobook.com/ On Dec 22, 3:46 am, Amine wrote: > Hi, > I'm new in django and i'm searching a book : > django 1.0 web site development PDF > > can u help me please ! > inhttp://my.softarchive.net/search/?q=django&x=0&y=0   I could not > download it

Re: Book

2009-12-22 Thread Wayne Koorts
> I'm new in django and i'm searching a book : > django 1.0 web site development PDF > > can u help me please ! > in http://my.softarchive.net/search/?q=django&x=0&y=0    I could not > download it. > > Is there another way ? Absolutely: http://www.packtpub.com/django-1-0-website-development-2nd-e

Re: Book

2009-12-22 Thread Russell Keith-Magee
On Tue, Dec 22, 2009 at 5:46 PM, Amine wrote: > Hi, > I'm new in django and i'm searching a book : > django 1.0 web site development PDF > > can u help me please ! > in http://my.softarchive.net/search/?q=django&x=0&y=0    I could not > download it. > > Is there another way ? Sure. You go to one

Re: Book

2009-12-22 Thread Rafael Vieira
hi, look at docs django 2009/12/22 Amine : > Hi, > I'm new in django and i'm searching a book : > django 1.0 web site development PDF > > can u help me please ! > in http://my.softarchive.net/search/?q=django&x=0&y=0    I could not > download it. > > Is there another way ? > > thanks for help. > >

Re: Book or documentation first

2008-11-13 Thread [EMAIL PROTECTED]
I'm just starting and I recommend the tutorial first. You can get it done in an hour I think. Also, the book Practical Django Projects is pretty good, if not totally up-to-date. But there is a website that presents all changes you have to make to get it working with the current version. --~--~

Re: Book or documentation first

2008-11-13 Thread Russell Keith-Magee
On Fri, Nov 14, 2008 at 7:18 AM, waltbrad <[EMAIL PROTECTED]> wrote: > > Which is best to read the Django book, or to read the documentation/ > tutorial? > > I know someone is likely to say both, but which is best to read > first? Will one get you and going faster than the other? At this point,

Re: book recommendations?

2006-07-10 Thread Paulo
When someone asks me how to dive in and learn XHTML/CSS I always recommend: < http://www.simplebits.com/publications/ > < http://www.cssmastery.com/ > < http://beginningwebdesign.com/ > < http://www.idest.com/csshacks/ > To get a hang of some of the newer DOM scripting techniques: < http://www.do

Re: book recommendations?

2006-07-10 Thread Jeremy Dunck
On 7/10/06, Iain Duncan <[EMAIL PROTECTED]> wrote: > Amazon and Indigo both say "customers also bought" > "Web Standards Solutions: The Markup and Style Handbook (Pioneering > Series)" by Dan Cederholm > > Any opinions on that? Sorry, no. I haven't read it nor have I followed Dan's work. > Or o

Re: book recommendations?

2006-07-10 Thread Iain Duncan
> Design-to-code process (HTML/CSS mostly): Designing With Web Standards > http://www.amazon.com/gp/product/0321385551 Amazon and Indigo both say "customers also bought" "Web Standards Solutions: The Markup and Style Handbook (Pioneering Series)" by Dan Cederholm Any opinions on that? Or on "Cas

Re: book recommendations?

2006-07-10 Thread Simon Willison
On 10 Jul 2006, at 06:42, arthur debert wrote: > also, simon willison's javascript introduction is excellent: > > http://flickr.com/photos/simon/sets/72057594077197868/ There's a better version of it up on the Mozilla Developer wiki now - other people have been fixing all the bugs :) http://

Re: book recommendations?

2006-07-10 Thread arthur debert
also, simon willison's javascript introduction is excellent: http://flickr.com/photos/simon/sets/72057594077197868/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: book recommendations?

2006-07-09 Thread Jeremy Dunck
On 7/9/06, char <[EMAIL PROTECTED]> wrote: > I'm pretty familiar with back-end web technologies and I'm coming up to > speed on Django pretty well but my knowledge of client-side web > development is set squarely in 1997. Does anyone have any good book > recommendations for coming up to speed on m