= 莊偉 = = Django source-code repository, wiki and bug-report system = Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license]. [[PageOutline(2,, inline)]] == Getting the code == Django uses [http://subversion.tigris.org/ Subversion] (`svn`) for managing its code. Assuming you have Subversion installed, the following command in a terminal will fetch the most recent code for you: {{{ svn co http://code.djangoproject.com/svn/django/trunk/ }}} Django also offers "official" release tarballs at the [http://www.djangoproject.com/download/ download page]. == Browsing the code online == * [/browser/django/trunk/ Browse source]: See the full code via a Web interface. * [/timeline/ Timeline]: Keep track of recent changes. == Getting involved == Before ''anything'', please read [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]. You'll find out how the Django community works, and possibly save yourself much grief in the future. `:)` * [wiki:Version1.1Roadmap Help with 1.1 goals] * [http://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. * [http://www.djangoproject.com/documentation/contributing/#reporting-security-issues How to report security issues].