Re: Django Tutorials

2013-10-28 Thread Daniel Greenfeld
Javair, Not to put a fine point on it, but did you actually bother to look at djangobook.com? It says: "A warning about this edition" on the front page and then goes into asking that users not work on it. Is this why you don't want to work on it? Daniel Greenfeld On Monday, October 28, 2013 7

Re: When to use single quotes and double quotes

2013-10-28 Thread Andres Osinski
I don't know where I got this from, but I consider it to be the best convention for choosing quote types: Use double quotes for strings meant for human consumption, use single quotes for everything else. Text, trans strings, model verbose_names: double quotes Dict keys, HTML tags, flags, and simi

Re: When to use single quotes and double quotes

2013-10-28 Thread Zach Borboa
> Here's an example from the django source where we are using double quotes > in python instead of single quotes. The following code prints out html > using single quotes instead of the double quotes regularly seen in html. > > return format_html(" value='{0}' />", csrf_token) > > instead o

Re: Getting listed on 'DevelopersForHire' wiki

2013-10-28 Thread info
Thank you sir. Will do. On 10/28/2013 03:01 PM, Tim Graham wrote: You may edit the page and add yourself. On Monday, October 28, 2013 1:33:59 PM UTC-4, maceo wrote: Greetings, I wanted to know the procedure for being listed on the 'DevelopersForHire' wiki. I have signed up

Re: Django Tutorials

2013-10-28 Thread Jasvir Singh
On Tue, Oct 29, 2013 at 1:22 AM, Tim Graham wrote: > I don't mean to be a downer, but I don't see anything in your outline that's > substantially different from what the official Django documentation offers. How it can be different, as both are about same topic. > Is there a reason you think you

Re: Django Tutorials

2013-10-28 Thread Tim Graham
I don't mean to be a downer, but I don't see anything in your outline that's substantially different from what the official Django documentation offers. Is there a reason you think you need to create a new resource rather than improve or expand the official Django docs? Personally, I would rath

Re: Getting listed on 'DevelopersForHire' wiki

2013-10-28 Thread Tim Graham
You may edit the page and add yourself. On Monday, October 28, 2013 1:33:59 PM UTC-4, maceo wrote: > > Greetings, > > I wanted to know the procedure for being listed on the > 'DevelopersForHire' wiki. I have signed up for an account, but didn't want > to edit the page until I clear it with

Re: When to use single quotes and double quotes

2013-10-28 Thread Zach Borboa
Here's an example from the django source where we are using double quotes in python instead of single quotes. The following code prints out html using single quotes instead of the double quotes regularly seen in html. return format_html("", csrf_token) instead of: return format_html(''

Getting listed on 'DevelopersForHire' wiki

2013-10-28 Thread maceo
Greetings, I wanted to know the procedure for being listed on the 'DevelopersForHire' wiki. I have signed up for an account, but didn't want to edit the page until I clear it with the webmasters. Is there such a procedure? Thank you. -- You received this message because you are subsc

Re: Django Tutorials

2013-10-28 Thread Jasvir Singh
On Sat, Oct 26, 2013 at 6:17 PM, Jasvir Singh wrote: > Please review it. I need your suggestions to make them more efficient. Suggestions awaited. -- Jasvir Singh Grewal Blog:http://jasvirsinghgrewal91.wordpress.com/ -- You received this message because you are subscribed to the Google Group