| 3 | == Get the latest code == |
| 4 | |
| 5 | The latest Django source code is always available via this command, which requires [http://subversion.tigris.org/ Subversion]: |
| 6 | |
| 7 | {{{svn co http://code.djangoproject.com/svn/django/trunk/}}} |
| 8 | |
| 9 | == Browse and contribute online == |
| 10 | |
| 11 | * [http://code.djangoproject.com/browser/django/trunk/ Browse source]: See the full code via a Web interface. |
| 12 | * [http://code.djangoproject.com/timeline/ Timeline]: Keep track of recent changes. |
| 13 | * [http://code.djangoproject.com/report/1 Tickets]: View active tickets, make bug reports and contribute feature requests. |