Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>As for books:</p> <ul> <li>There's the free <a href="http://www.djangobook.com/en/2.0/" rel="nofollow noreferrer">Django Book</a></li> <li>I really like <a href="http://rads.stackoverflow.com/amzn/click/1430219386" rel="nofollow noreferrer">Practical Django Projects</a></li> <li>Amazon has a couple <a href="http://www.amazon.com/s/ref=nb_ss_b_2_6?url=search-alias%3Dstripbooks&amp;field-keywords=django+web+development&amp;sprefix=django" rel="nofollow noreferrer">more</a>. Generally, if it's written or edited by one of the Django core devs, it should be worth the money. But pay attention that you don't buy an edition for an obsolete Django version (e.g. 0.96)</li> <li>Like others said, the official documentation is top notch, and #django on freenode and the <a href="http://groups.google.com/group/django-users" rel="nofollow noreferrer">mailing list</a> can help with specific problems</li> </ul> <p>And the second question:</p> <ul> <li>before developing an app yourself, look if there isn't already something similar on <a href="http://code.google.com/hosting/search?q=django&amp;projectsearch=Search+projects" rel="nofollow noreferrer">Google Code</a>, <a href="http://github.com/search?type=Repositories&amp;q=django" rel="nofollow noreferrer">GitHub</a> or <a href="http://bitbucket.org/repo/all/?name=django" rel="nofollow noreferrer">Bitbucket</a>. There's an incredible number of useful django apps around</li> <li>learn to love <a href="https://docs.djangoproject.com/en/1.4/ref/generic-views/" rel="nofollow noreferrer">generic views</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload