Changes between Version 266 and Version 267 of WikiStart
- Timestamp:
- Sep 20, 2007, 7:36:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v266 v267 3 3 Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license]. 4 4 5 == Browsing Django's codebase online == 5 == Getting the code == 6 Django uses [http://subversion.tigris.org/ Subversion] (`svn`) for managing its code. 7 8 Assuming you have Subversion installed, the following command in a terminal will fetch the most recent code for you: 9 {{{ 10 svn co http://code.djangoproject.com/svn/django/trunk/ 11 }}} 12 13 Django also offers "official" release tarballs at the [http://www.djangoproject.com/download/ download page]. 14 15 == Browsing the code online == 6 16 7 17 * [/browser/django/trunk/ Browse source]: See the full code via a Web interface. 8 18 * [/timeline/ Timeline]: Keep track of recent changes. 9 * See our [http://www.djangoproject.com/download/ download page] for download instructions.10 19 11 20 == Getting involved ==