Changes between Version 286 and Version 287 of WikiStart
- Timestamp:
- Sep 9, 2011, 4:33:34 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v286 v287 1 1 = Django source-code repository, wiki and bug-report system = 2 Django is available open-source under the [http ://code.djangoproject.com/file/django/trunk/LICENSE BSD license].2 Django is available open-source under the [https://code.djangoproject.com/file/django/trunk/LICENSE BSD license]. 3 3 4 4 [[PageOutline(2,, inline)]] … … 9 9 Assuming you have Subversion installed, the following command in a terminal will fetch the most recent code for you: 10 10 {{{ 11 svn co http ://code.djangoproject.com/svn/django/trunk/11 svn co https://code.djangoproject.com/svn/django/trunk/ 12 12 }}} 13 13 14 Django also offers "official" release tarballs at the [http ://www.djangoproject.com/download/ download page].14 Django also offers "official" release tarballs at the [https://www.djangoproject.com/download/ download page]. 15 15 16 16 == Browsing the code online == … … 19 19 20 20 == Getting involved == 21 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. `:)`21 Before ''anything'', please read [https://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. `:)` 22 22 23 * [http ://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests.23 * [https://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. 24 24 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. 25 * [http ://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process.26 * [http ://www.djangoproject.com/documentation/contributing/#reporting-security-issues How to report security issues].25 * [https://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process. 26 * [https://www.djangoproject.com/documentation/contributing/#reporting-security-issues How to report security issues]. 27 27 * DjangoDesign: Are you a designer rather than a coder? We still want your input. Let us know how we can improve on Django's visual/UX design. 28 28