Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Answer to first question:</p> <ul> <li>IRC Channel #django on freenode</li> <li><a href="http://docs.djangoproject.com/en/dev/intro/tutorial01/" rel="nofollow noreferrer">Django Tutorial</a></li> <li><a href="http://docs.djangoproject.com/en/dev/" rel="nofollow noreferrer">Django Documentation</a></li> <li><a href="http://code.djangoproject.com/browser/django" rel="nofollow noreferrer">Django Source</a></li> <li><a href="http://www.djangobook.com/" rel="nofollow noreferrer">Django Book</a></li> </ul> <p>Answer to second question:</p> <ul> <li>Learn <a href="http://www.python.org/doc/" rel="nofollow noreferrer">Python</a></li> <li>Read the <a href="http://code.djangoproject.com/browser/django" rel="nofollow noreferrer">Django source</a></li> <li><a href="http://www.djangopackages.com/" rel="nofollow noreferrer">Django Packages</a> provides comparison grids of apps.</li> <li><a href="http://djangoplugables.com/" rel="nofollow noreferrer">Django Pluggables</a>: Reusable Django apps</li> <li><a href="http://pypi.python.org/pypi/virtualenv" rel="nofollow noreferrer">virtualenv</a>, <a href="http://www.doughellmann.com/projects/virtualenvwrapper/" rel="nofollow noreferrer">virtualenvwrapper</a>, &amp; <a href="http://pip.openplans.org/" rel="nofollow noreferrer">pip</a></li> <li>Use version control</li> </ul> <p>Yes, I added "<a href="http://code.djangoproject.com/browser/django" rel="nofollow noreferrer">Django source</a>" to both, and I dropped it one more time here.</p>
 

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