Re: Django Book

2018-08-05 Thread Tim Vogt (Tim Vogt)
https://wsvincent.com/about/ > Op 5 aug. 2018, om 17:20 heeft Jun Chen het volgende > geschreven: > > Does anyone know a good django book for the Django 2.0? > > -- > You received this message because you are subscribed to the Google Groups > "Django users&

Django Book

2018-08-05 Thread Jun Chen
Does anyone know a good django book for the Django 2.0? -- 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 django-users+unsubscr...@googlegroups.co

Re: Re. My Django Book.

2015-08-01 Thread Gary Roach
e else has ever read this particulkar Django > book called "Sams Teach Yourself Django in 24 Hours" I checked out of the > library yesterday? [yeah I know it's one of the "24 hours" series] Does it > really teach the beginner a lot of things concerning Django?* > &g

Re: Re. My Django Book.

2015-07-31 Thread sarfaraz ahmed
2015 at 6:33 AM, rmschne <rmsc...@gmail.com> wrote: >> >>> I'm no way an advanced user, but I found the book simplistic and not >>> worth it. Django's own documentation is much better >>> https://docs.djangoproject.com >>> >>> On Thursday, 30 July 2015

Re: Re. My Django Book.

2015-07-31 Thread monoBOT
; https://docs.djangoproject.com >> >> On Thursday, 30 July 2015 21:35:16 UTC+1, Steve Burrus wrote: >>> >>> * Say I was wondering if anyone else has ever read this particulkar >>> Django book called "Sams Teach Yourself Django in 24 Hours" I check

Re: Re. My Django Book.

2015-07-31 Thread Mark Phillips
the book simplistic and not worth > it. Django's own documentation is much better > https://docs.djangoproject.com > > On Thursday, 30 July 2015 21:35:16 UTC+1, Steve Burrus wrote: >> >> * Say I was wondering if anyone else has ever read this particulkar >> Django book c

Re: Re. My Django Book.

2015-07-31 Thread rmschne
I'm no way an advanced user, but I found the book simplistic and not worth it. Django's own documentation is much better https://docs.djangoproject.com On Thursday, 30 July 2015 21:35:16 UTC+1, Steve Burrus wrote: > > * Say I was wondering if anyone else has ever read this particulkar

Re. My Django Book.

2015-07-30 Thread Steve Burrus
* Say I was wondering if anyone else has ever read this particulkar Django book called "Sams Teach Yourself Django in 24 Hours" I checked out of the library yesterday? [yeah I know it's one of the "24 hours" series] Does it really teach the beginner a lot of thin

Re: How to build the Django book?

2013-11-10 Thread Russell Keith-Magee
On Mon, Nov 11, 2013 at 1:42 AM, Dennis Lee Bieber <wlfr...@ix.netcom.com>wrote: > On Sun, 10 Nov 2013 11:11:06 +0200, voger <vogernewslett...@yahoo.gr> > declaimed the following: > > >> The Django Book is written in using Sphinx. Sphinx is a tool you can > >

Re: How to build the Django book?

2013-11-10 Thread voger
On 11/10/2013 12:57 AM, Russell Keith-Magee wrote: On Sun, Nov 10, 2013 at 12:05 AM, voger <vogernewslett...@yahoo.gr <mailto:vogernewslett...@yahoo.gr>> wrote: The django book was my first contact with django but as the website itself states it is way out of date (coverin

Re: How to build the Django book?

2013-11-09 Thread Russell Keith-Magee
On Sun, Nov 10, 2013 at 12:05 AM, voger <vogernewslett...@yahoo.gr> wrote: > The django book was my first contact with django but as the website itself > states it is way out of date (covering django 1.0 and mentioning here and > there 1.4). The same website suggests their github

How to build the Django book?

2013-11-09 Thread voger
The django book was my first contact with django but as the website itself states it is way out of date (covering django 1.0 and mentioning here and there 1.4). The same website suggests their github page https://github.com/jacobian/djangobook.com where the book updates are work in progress

Re: Status of open sourced Django Book?

2013-01-14 Thread Lachlan Musicman
On Tue, Jan 15, 2013 at 5:55 AM, Skip Montanaro wrote: > book (or tutorials). I'm rummage through the release notes and see what I > come up with. > > Or are new useful features more likely to be found in contributed > apps/modules? If so, how do I browse that

Re: Status of open sourced Django Book?

2013-01-14 Thread Skip Montanaro
> If you do go through the release notes for 1.1, 1.2, 1.3 and 1.4, you > shouldn't find *that* many backwards incompatibilities. > Thanks. I wasn't actually all that worried about incompatibilities. I was more worried about interesting new features in later versions which aren't

Re: Status of open sourced Django Book?

2013-01-13 Thread Russell Keith-Magee
On Mon, Jan 14, 2013 at 1:13 AM, Skip Montanaro <skip.montan...@gmail.com>wrote: > I was encouraged to see that the Django Book authors had open-sourced the > book. I cloned the git repo and built it. I've been working my way > through the online book and thought the open sourc

Status of open sourced Django Book?

2013-01-13 Thread Skip Montanaro
I was encouraged to see that the Django Book authors had open-sourced the book. I cloned the git repo and built it. I've been working my way through the online book and thought the open source content might have some updates, but after comparing a couple chapters (intro and Chapter 11

Re: django book example HELP..

2012-12-13 Thread Chris Cogdon
012 1:32:30 AM UTC-8, 向浩 wrote: > > (r'^time/plus/\d{1,2}/$', hours_ahead),this line,you should use () for > d{1,2} > (r'^time/plus/\(d{1,2})/$', hours_ahead) > > 在 2011年2月18日星期五UTC+8下午11时04分13秒,Dipo Elegbede写道: >> >> Hi all, >> >> i am currently readi

Re: django book example HELP..

2012-12-13 Thread 向浩
(r'^time/plus/\d{1,2}/$', hours_ahead),this line,you should use () for d{1,2} (r'^time/plus/\(d{1,2})/$', hours_ahead) 在 2011年2月18日星期五UTC+8下午11时04分13秒,Dipo Elegbede写道: > > Hi all, > > i am currently reading the django book and following the examples step by > step. > >

Re: Can i use django book

2012-07-28 Thread Tomas Neme
While the things on the djangobook are probably still compatible, they're far of being best practices nowadays, and will lead you down old and abandoned roads, more times than not. As it's been said, I'd rather stay by the official docs, they're very clear and pretty helpful, not purely technical

Re: Can i use django book

2012-07-28 Thread Rafael E. Ferrero
maybe you must to read djangoprouect.com docs... has a nice and short tutorial and a very deep documentation of almos every aspect and version of django. 2012/7/28 Russell Keith-Magee > Hi > > Django has a very strong backwards compatibility policy, so even > though

Re: Can i use django book

2012-07-28 Thread Russell Keith-Magee
Hi Django has a very strong backwards compatibility policy, so even though the book is old, most of the core functionality should be the same. There will be *some* differences, though, so if you start seeing errors, looking for the relevant section in the official documentation should help point

Re: Can i use django book

2012-07-28 Thread kenneth gonsalves
On Sat, 2012-07-28 at 03:10 -0700, ACK-Django wrote: > hi i m new to django and i have installed django1.4 > so can i use this book http://www.djangobook.com/en/2.0/ > but its little old, so people tell me its there any drawback of using > this book better to do the tutorial in the docs. --

Can i use django book

2012-07-28 Thread ACK-Django
hi i m new to django and i have installed django1.4 so can i use this book http://www.djangobook.com/en/2.0/ but its little old, so people tell me its there any drawback of using this book -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Django Book In Persian

2012-07-04 Thread Amin Oruji
Django Book site in Persian langage launched. www.djangobook.ir -- 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 dj

Re: outdated django book

2012-04-29 Thread Reinout van Rees
On 29-04-12 21:24, knowledge_seeker wrote: On Friday, April 27, 2012 7:09:32 PM UTC-7, knowledge_seeker wrote: My Django book (from the university library) said to add the label "@login_required" to views that I wish to restrict user access on. Django 1.4 does

Re: outdated django book

2012-04-29 Thread knowledge_seeker
Thanks for the help guys; I am glad the books were not so out of date! On Friday, April 27, 2012 7:09:32 PM UTC-7, knowledge_seeker wrote: > > My Django book (from the university library) said to add the label > "@login_required" to views that I wish to restrict user acces

Re: outdated django book

2012-04-28 Thread Jonathan Baker
I use the pyflakes for vim plugin <http://www.vim.org/scripts/script.php?script_id=2441> and it saves me from a ton of headaches. On Sat, Apr 28, 2012 at 2:14 AM, Daniel Roseman <dan...@roseman.org.uk>wrote: > Which, of course, is nothing to do with Django versions, and was true even &

Re: outdated django book

2012-04-28 Thread Daniel Roseman
Which, of course, is nothing to do with Django versions, and was true even when the Django book was new. On Saturday, 28 April 2012 03:30:26 UTC+1, jondbaker wrote: > > You need to import User from django.contrib.auth.models and login_required > from django.contrib.auth.decorat

Re: outdated django book

2012-04-27 Thread Jonathan D. Baker
You need to import User from django.contrib.auth.models and login_required from django.contrib.auth.decorators. Hope this helps. Sent from my iPhone On Apr 27, 2012, at 8:09 PM, knowledge_seeker <sanjivchristop...@gmail.com> wrote: > My Django book (from the university library) sa

outdated django book

2012-04-27 Thread knowledge_seeker
My Django book (from the university library) said to add the label "@login_required" to views that I wish to restrict user access on. Django 1.4 does not allow this; obviously the book is dated! Is there a more modern way to get the same effect? Similarly, admin does not allow ac

Re: Django Book

2012-04-21 Thread yati sagade
Jani, excellent idea :) The Django Book is a gem(blehh, an egg) that we can curate. I'm not a very good writer, but I'm sure there are some good writers in the community. Should we start a separate thread for this? On Sun, Apr 22, 2012 at 2:02 AM, Reinout van Rees <rein...@vanrees.org>

Re: Django Book

2012-04-21 Thread Reinout van Rees
On 12-04-12 09:44, Timothy Makobu wrote: The Django book is the best source of understanding Django I have found http://www.djangobook.com/en/2.0/ However, it's three years old now. Is the info on it still valid? Is there a plan to update it? Well, I'm writing a book on Django

Re: Django Book

2012-04-13 Thread Herock Xia
On Thursday, April 12, 2012 4:39:35 PM UTC+8, Svyatoslav Bulbakha wrote: > > > List of tutorials: https://code.djangoproject.com/wiki/Tutorials > > I found this tutorials list is very useful! thanks Svyatoslav. -- You received this message because you are subscribed to the Google Groups

Re: Django Book

2012-04-12 Thread Jani Tiainen
Btw, you can checkout book as a SVN from http://djangobook.com/svn/trunk/en/ Maybe we, as a community could import that to bitbucket/github and continue maintaining it? On Thu, Apr 12, 2012 at 5:10 PM, Timothy Makobu wrote: > > > On Thu, Apr 12, 2012 at 3:45 PM,

Re: Django Book

2012-04-12 Thread Timothy Makobu
On Thu, Apr 12, 2012 at 3:45 PM, Mario Gudelj wrote: > I followed the book in 1.3 and everything worked. It's the best piece of > documentation I've come across. Such great narrative, not too detailed but > detailed enough. > > > Yea. I still read chapters randomly as the

Re: Django Book

2012-04-12 Thread Kurtis Mullins
, Ramiro Morales <cra...@gmail.com> wrote: > On Thu, Apr 12, 2012 at 5:51 AM, Timothy Makobu > <makobu.mwambir...@gmail.com> wrote: > > Mmmm, any dev willing to tell us the final word on this? > > There is no relationship between the Django project and the >

Re: Django Book

2012-04-12 Thread Ramiro Morales
On Thu, Apr 12, 2012 at 5:51 AM, Timothy Makobu <makobu.mwambir...@gmail.com> wrote: > Mmmm, any dev willing to tell us the final word on this? There is no relationship between the Django project and the Django book apart from the fact that the tw authors are so I don't think you wil

Re: Django Book

2012-04-12 Thread Mario Gudelj
ion that I used last year, was installing Ubuntu 10.04 LTS coming > with, guess Django 1.2 or 1.1 not sure. > The book was very solid, easy and did not want to back and fort between > documentation and book. > After this initial dose of Django book, documentation seemed much more > eas

Re: Django Book

2012-04-12 Thread Mehmet Gültaş
It is valid for Django 1.1. :) My solution that I used last year, was installing Ubuntu 10.04 LTS coming with, guess Django 1.2 or 1.1 not sure. The book was very solid, easy and did not want to back and fort between documentation and book. After this initial dose of Django book, documentation

Re: Django Book

2012-04-12 Thread kenneth gonsalves
On Thu, 2012-04-12 at 14:10 +0300, Jani Tiainen wrote: > And apparently authors didn't wanted/had time/whatever reason there > is > upgraded documentation along Django. > > It would also require lot of upkeeping different versions of books > (since every version of Django changes/adds

Re: Django Book

2012-04-12 Thread Jani Tiainen
I don't remeber the exact details, but Django book is not part of Django project but separate project. And apparently authors didn't wanted/had time/whatever reason there is upgraded documentation along Django. It would also require lot of upkeeping different versions of books (since every

Re: Django Book

2012-04-12 Thread Cal Leeming [Simplicity Media Ltd]
/Tutorials >> >> >> >> >> 2012/4/12 Torsten Bronger <bron...@physik.rwth-aachen.de> >> >>> Hallöchen! >>> >>> Timothy Makobu writes: >>> >>> > The Django book is the best source of understanding Django I have >

Re: Django Book

2012-04-12 Thread Timothy Makobu
t of tutorials: https://code.djangoproject.com/wiki/Tutorials > > > > > 2012/4/12 Torsten Bronger <bron...@physik.rwth-aachen.de> > >> Hallöchen! >> >> Timothy Makobu writes: >> >> > The Django book is the best source of understanding Django I

Re: Django Book

2012-04-12 Thread Святослав Б
nly the docs? > > > On Thu, Apr 12, 2012 at 11:09 AM, Torsten Bronger < > bron...@physik.rwth-aachen.de> wrote: > >> Hallöchen! >> >> Timothy Makobu writes: >> >> > The Django book is the best source of understanding Django I have >> >

Re: Django Book

2012-04-12 Thread Святослав Б
Hallöchen! > > Timothy Makobu writes: > > > The Django book is the best source of understanding Django I have > > found http://www.djangobook.com/en/2.0/ > > All books about Django share the same problem: The original > documentation is simply terrific, both for the beginner

Re: Django Book

2012-04-12 Thread Timothy Makobu
m/en/1.4/ will give you a very solid > footing. > > Best, > > SB > > > On Thu, Apr 12, 2012 at 1:09 AM, Torsten Bronger < > bron...@physik.rwth-aachen.de> wrote: > >> Hallöchen! >> >> Timothy Makobu writes: >> >> > The Django book

Re: Django Book

2012-04-12 Thread Timothy Makobu
Yes it is. But the book has its place. Or is leaving the book outdated an indirect way of telling us to use only the docs? On Thu, Apr 12, 2012 at 11:09 AM, Torsten Bronger < bron...@physik.rwth-aachen.de> wrote: > Hallöchen! > > Timothy Makobu writes: > > > The Django

Re: Django Book

2012-04-12 Thread Sami Balbaky
at 1:09 AM, Torsten Bronger < bron...@physik.rwth-aachen.de> wrote: > Hallöchen! > > Timothy Makobu writes: > > > The Django book is the best source of understanding Django I have > > found http://www.djangobook.com/en/2.0/ > > All books about Django

Re: Django Book

2012-04-12 Thread Torsten Bronger
Hallöchen! Timothy Makobu writes: > The Django book is the best source of understanding Django I have > found http://www.djangobook.com/en/2.0/ All books about Django share the same problem: The original documentation is simply terrific, both for the beginner and the expert. Tschö, T

Django Book

2012-04-12 Thread Timothy Makobu
The Django book is the best source of understanding Django I have found http://www.djangobook.com/en/2.0/ However, it's three years old now. Is the info on it still valid? Is there a plan to update it? regards, Tim -- You received this message because you are subscribed to the Google Groups

Re: Problem with django book in Forms chapter 7

2011-08-07 Thread Gmail - neonmark
Subject: RE: Problem with django book in Forms chapter 7 Date: Sun, 7 Aug 2011 20:11:51 + Hi just started facing the same problem which you did in chapter 7 . I tried using def

RE: Problem with django book in Forms chapter 7

2011-08-07 Thread Hayyan Rafiq
-users@googlegroups.com Subject: RE: Problem with django book in Forms chapter 7 Date: Sun, 7 Aug 2011 20:11:51 + Hi just started facing the same problem which you did in chapter 7 . I tried using def contact(request): if request.method == 'POST': form = ContactForm

RE: Problem with django book in Forms chapter 7

2011-08-07 Thread Hayyan Rafiq
il.com > To: django-users@googlegroups.com > Subject: Re: Problem with django book in Forms chapter 7 > > I had the same problem as you, since the book was written using an older > django version and there was some changes on csrf for django version > 1.2. Looking

Re: Problem with django book in Forms chapter 7

2011-08-07 Thread Rafael Durán Castañeda
/11 23:05, bob gailer wrote: I love the django book. Until I got to the section "Tying Your First Form Class". Problem:-"This class can live anywhere you want — including directly in your views.py file — but community convention is to keep Form classes in a separate file called f

Problem with django book in Forms chapter 7

2011-08-06 Thread bob gailer
I love the django book. Until I got to the section "Tying Your First Form Class". Problem:-"This class can live anywhere you want — including directly in your views.py file — but community convention is to keep Form classes in a separate file called forms.py. Create this f

Re: Weird Error when following django book?

2011-05-25 Thread raj
Thank you, so I guess everything is working okay. :) On May 25, 2:30 pm, Jacob Kaplan-Moss wrote: > On Wed, May 25, 2011 at 1:04 PM, Boštjan Mejak > wrote: > > HTML source code can't be passed as a string. You morons. > > This isn't OK. Stop it at

Re: Weird Error when following django book?

2011-05-25 Thread Jacob Kaplan-Moss
On Wed, May 25, 2011 at 1:04 PM, Boštjan Mejak wrote: > HTML source code can't be passed as a string. You morons. This isn't OK. Stop it at once. You've been warned about your tone once before. Please aim for a professional, polite tone here or find another group to

Re: Weird Error when following django book?

2011-05-25 Thread Boštjan Mejak
HTML source code can't be passed as a string. You morons. -- 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

Re: Weird Error when following django book?

2011-05-25 Thread Nan
enever I do a t.render() call. It's a really > small error but I want to make sure that my django module is correctly > working. This is the output I got from the example in the django book: > > u"Dead John Smith, \n\nThanks for ordering Super Lawn Mower > from Outdoor Equipment. I

Weird Error when following django book?

2011-05-25 Thread raj
I'm up to the html template part of the djangobook, and I keep getting a weird output error whenever I do a t.render() call. It's a really small error but I want to make sure that my django module is correctly working. This is the output I got from the example in the django book: u"Dead

Re: django book example HELP..

2011-02-18 Thread Dipo Elegbede
Evans <tevans...@googlemail.com> wrote: > On Fri, Feb 18, 2011 at 3:04 PM, Dipo Elegbede <delegb...@dudupay.com> > wrote: > > > > Hi all, > > i am currently reading the django book and following the examples step by > step. > > I have a view defined as

Re: django book example HELP..

2011-02-18 Thread Tom Evans
On Fri, Feb 18, 2011 at 3:04 PM, Dipo Elegbede <delegb...@dudupay.com> wrote: > > Hi all, > i am currently reading the django book and following the examples step by > step. > I have a view defined as follows: > from django.http import Http404, HttpResponse > import dat

django book example HELP..

2011-02-18 Thread Dipo Elegbede
Hi all, i am currently reading the django book and following the examples step by step. I have a view defined as follows: from django.http import Http404, HttpResponse import datetime #def myhome(request): #message = """ #

Re: Django book

2010-11-29 Thread octopusgrabbus
There are many books on Django. You can look on www.softpro.com, Amazon, or your favorite book store. I've gotten a lot out of two books. The Definitive Guide to Django and Visual Quick Pro Django. On Nov 28, 11:24 am, Matthias Runge wrote: > Djangobook is available as

RE: Django book

2010-11-28 Thread Sells, Fred
FWIW. -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Lorenzo Franceschini Sent: Sunday, November 28, 2010 5:49 AM To: django-users@googlegroups.com Subject: Django book I'm new on this group, so first of all... Hi to everybody

Re: Django book

2010-11-28 Thread Michael Sprayberry
The Definite Guide to Django is good, but I liked Beginning Django E-Commerce that really nailed things down for me. --- On Sun, 11/28/10, Lorenzo Franceschini <lorenzo.franceschi...@gmail.com> wrote: From: Lorenzo Franceschini <lorenzo.franceschi...@gmail.com> Subject: Django boo

Re: Django book

2010-11-28 Thread Simone Dalla
2010/11/28 Lorenzo Franceschini > I'm new on this group, so first of all... Hi to everybody! > > I'm a web developer, and I need to approach Django for a software project, > so I would like to ask you an advice about the best book to read (in your > opinion) in

Re: Django book

2010-11-28 Thread Matthias Runge
Djangobook is available as printed edition from apress, as well as "practical django projects". The latter, I think, aims to more advanced django programmers. "The definitive guide to django" was a good starting point for me. I hope, this helps for you, Matthias "Reeti Pal"

Re: Django book

2010-11-28 Thread Reeti Pal
i gues there are no printed books available. www.djangobook.com http://docs.djangoproject.com/en/1.2/contents/ are two sites from where you can learn reeti -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Django book

2010-11-28 Thread Lorenzo Franceschini
I'm new on this group, so first of all... Hi to everybody! I'm a web developer, and I need to approach Django for a software project, so I would like to ask you an advice about the best book to read (in your opinion) in order to learn using this framework, given that: * I already have some

Re: How updated is the online version of the Django Book?

2010-10-07 Thread Shawn Milochik
Is there anything specific you're concerned about? Almost everything is applicable to the latest version. If you're not using trunk, then just being familiar with the 1.2 release notes will be enough to let you know if what you're reading is deprecated. Most Django books out there haven't ben

How updated is the online version of the Django Book?

2010-10-07 Thread MrMuffin
The django book found here : http://www.djangobook.com/en/2.0/ is great, but is it being kept up to date with the current version of django? Just wondering. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Is the Django book written in ReST/Sphinx?

2010-06-01 Thread cool-RR
On Mon, May 17, 2010 at 2:00 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Mon, May 17, 2010 at 7:06 AM, cool-RR <ram.rac...@gmail.com> wrote: > > I'm just working on a book for my own project, and I was wondering: Is > > the Django book written in Re

Re: Is the Django book written in ReST/Sphinx?

2010-05-16 Thread Russell Keith-Magee
On Mon, May 17, 2010 at 7:06 AM, cool-RR <ram.rac...@gmail.com> wrote: > I'm just working on a book for my own project, and I was wondering: Is > the Django book written in ReST/Sphinx? I am considering whether I > should write my book with that. This is slightly off topic for t

Is the Django book written in ReST/Sphinx?

2010-05-16 Thread cool-RR
I'm just working on a book for my own project, and I was wondering: Is the Django book written in ReST/Sphinx? I am considering whether I should write my book with that. Thanks, Ram. -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Following Django Book, get NameError when accessing certain page

2010-05-04 Thread Karen Tracey
On Sun, May 2, 2010 at 11:16 PM, kelp wrote: > Yes, I did that, but for some reason, it is still not working, here's > the contents of my views.py: > from django.http import HttpResponse > from django.shortcuts import render_to_response > import datetime > > def

Re: Following Django Book, get NameError when accessing certain page

2010-05-02 Thread kelp
Yes, I did that, but for some reason, it is still not working, here's the contents of my views.py: from django.http import HttpResponse from django.shortcuts import render_to_response import datetime def hello(request): return HttpResponse("Hello world") def search_form(request): return

Re: Following Django Book, get NameError when accessing certain page

2010-05-02 Thread Karen Tracey
On Sun, May 2, 2010 at 10:17 PM, kelp wrote: > Hello, > Thanks! That fixed the problem, but now I am getting another one. I am > getting an AttributeError now: > http://dpaste.com/190232/ > > Before the url pattern that references views.search_form, the book mentions adding:

Re: Following Django Book, get NameError when accessing certain page

2010-05-02 Thread kelp
Hello, Thanks! That fixed the problem, but now I am getting another one. I am getting an AttributeError now: http://dpaste.com/190232/ This shows up even when I access localhost:8000/hello/ or basically anything I have set up in urls.py On May 2, 6:49 pm, Karen Tracey wrote:

Re: Following Django Book, get NameError when accessing certain page

2010-05-02 Thread Karen Tracey
On Sun, May 2, 2010 at 8:41 PM, kelp wrote: > Hello, I am trying to learn Django through the documentation: > http://www.djangobook.com/en/2.0/chapter07/ > > I am having a view issue, though. When I try to access > http://127.0.0.1:8000/search-form/ after running my server, I

Following Django Book, get NameError when accessing certain page

2010-05-02 Thread kelp
Hello, I am trying to learn Django through the documentation: http://www.djangobook.com/en/2.0/chapter07/ I am having a view issue, though. When I try to access http://127.0.0.1:8000/search-form/ after running my server, I get the following error: http://dpaste.com/190212/ Here is what I have in

Re: Django book

2010-03-01 Thread Massimiliano Bertinetti
Il giorno lun, 01/03/2010 alle 09.21 -0500, Shawn Milochik ha scritto: > I highly recommend "The Definitive Guide," second edition. Then you'll know > 1.1, and then learning the new stuff in 1.2 will be easy enough from the > online docs. > > The transition from 1.1 to 1.2, although it adds new

Re: Django book

2010-03-01 Thread Shawn Milochik
I highly recommend "The Definitive Guide," second edition. Then you'll know 1.1, and then learning the new stuff in 1.2 will be easy enough from the online docs. The transition from 1.1 to 1.2, although it adds new functionality, doesn't change enough to require you to re-learn everything.

Django book

2010-03-01 Thread Massimiliano Bertinetti
Hello. Someone know if any publisher is planning a django book updated to 1.2? Or someone can suggest how to print the online doc without too much trouble. I'm in difficult at reading on my monitor, I prefer a printed copy Max-B -- You received this message because you are subscribed

Re: "Pro Django" book still up to date

2010-02-01 Thread Massimiliano della Rovere
Django. On Wed, Jan 27, 2010 at 17:55, Achim Domma <do...@procoders.net> wrote: > Hi, > > I'm interested in buying the "Pro Django" book. I could not find any > hint about what version it's written for. As it covers mostly > internals and the ideas behind Django, it sh

Re: "Pro Django" book still up to date

2010-01-28 Thread FxFocus
On Jan 27, 11:51 pm, Russell Keith-Magee <freakboy3...@gmail.com> wrote: > On Thu, Jan 28, 2010 at 6:23 AM, FxFocus <ed.sh...@eshavefindings.co.uk> > wrote: > > On Jan 27, 4:55 pm, Achim Domma <do...@procoders.net> wrote: > >> Hi, > > >> I'm

Re: "Pro Django" book still up to date

2010-01-27 Thread Russell Keith-Magee
On Thu, Jan 28, 2010 at 1:07 AM, thanos wrote: > It's useless. The "The definitive guide to Django" by Holovaty and > Kaplan-moss is okay, but the Pro version is really just a waste of > paper and time. Everyone is entitled to an opinion, but I must say my opinion is the exact

Re: "Pro Django" book still up to date

2010-01-27 Thread Russell Keith-Magee
On Thu, Jan 28, 2010 at 6:23 AM, FxFocus <ed.sh...@eshavefindings.co.uk> wrote: > On Jan 27, 4:55 pm, Achim Domma <do...@procoders.net> wrote: >> Hi, >> >> I'm interested in buying the "Pro Django" book. I could not find any >> hint about w

Re: "Pro Django" book still up to date

2010-01-27 Thread FxFocus
On Jan 27, 4:55 pm, Achim Domma <do...@procoders.net> wrote: > Hi, > > I'm interested in buying the "Pro Django" book. I could not find any > hint about what version it's written for. As it covers mostly > internals and the ideas behind Django, it should not be outda

Re: "Pro Django" book still up to date

2010-01-27 Thread Reinout van Rees
On 01/27/2010 05:55 PM, Achim Domma wrote: Hi, I'm interested in buying the "Pro Django" book. I could not find any hint about what version it's written for. As it covers mostly internals and the ideas behind Django, it should not be outdated as quickly as other books. Has an

Re: "Pro Django" book still up to date

2010-01-27 Thread Karen Tracey
On Wed, Jan 27, 2010 at 12:07 PM, thanos wrote: > It's useless. The "The definitive guide to Django" by Holovaty and > Kaplan-moss is okay, but the Pro version is really just a waste of > paper and time. More helpful than this would be a response to the actual question,

Re: "Pro Django" book still up to date

2010-01-27 Thread thanos
It's useless. The "The definitive guide to Django" by Holovaty and Kaplan-moss is okay, but the Pro version is really just a waste of paper and time. Thanos Vassilakis On Jan 27, 11:55 am, Achim Domma <do...@procoders.net> wrote: > Hi, > > I'm interested in buying the &

"Pro Django" book still up to date

2010-01-27 Thread Achim Domma
Hi, I'm interested in buying the "Pro Django" book. I could not find any hint about what version it's written for. As it covers mostly internals and the ideas behind Django, it should not be outdated as quickly as other books. Has anybody read that book and can give some feedback about

Re: Initial snag with the "Django Book"

2009-12-16 Thread nodxof
After posting this I paid a little more attention to the text of the book! I was just viewing the site root of course. The URL "http:// 127.0.0.1:8000/hello" produces the correct results. Apologies for such a careless entry. Don On Dec 16, 8:26 pm, nodxof wrote: > I've just

Re: Initial snag with the "Django Book"

2009-12-16 Thread Justin Steward
On Thu, Dec 17, 2009 at 12:26 PM, nodxof wrote: > I've just started learning django using "The Definitive Guide to > django" second edition. > > Going by the initial  example in Chapter 3 I get this. > > Page not found (404) > Request Method: GET > Request URL:    

Initial snag with the "Django Book"

2009-12-16 Thread nodxof
I've just started learning django using "The Definitive Guide to django" second edition. Going by the initial example in Chapter 3 I get this. Page not found (404) Request Method: GET Request URL:http://127.0.0.1:8000/ Using the URLconf defined in mysite.urls, Django tried these URL

Author Django Book-Packt Publishing.

2009-11-12 Thread Kshipra Singh
Hi All, I represent Packt Publishing, the publishers of computer related books. We are planning to publish a new book on Django, titled Django Ajax and are currently inviting potential authors to write it. We pay a royalty of 16% and an advance against it. The ideal candidate will be someone

Re: Any good django book that covers version 1.0?

2009-06-14 Thread Nick Lo
> Could you recommend a good book about django that covers version > 1.0? I've > seen a few books, but all of them covers v0.96. > > If there is no book covering v1.0, should I buy those with v0.96, or > are > they too obsolete by now? Are you sure you did a full search. There are loads of

Any good django book that covers version 1.0?

2009-06-14 Thread mig_akira
://www.nabble.com/Any-good-django-book-that-covers-version-1.0--tp24026679p24026679.html Sent from the django-users mailing list archive at Nabble.com. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&q

Re: Historical Records (as introduced in the Pro Django book)

2009-06-05 Thread Phil Mocek
On Thu, Jun 04, 2009 at 05:46:20PM -0700, chris wrote: > is anybody else using [the Historical Records model, which is > introduced in Apress' Pro Django book by Marty Alchin]? Very likely so. I haven't, but I'm very interested in the discussion of such, as it seems that this would b

  1   2   3   >