Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- Jul 14, 2005, 3:10:07 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 1 1 = Django source code repository = 2 2 3 == Get the latest code == 3 == Get the latest official version == 4 5 Coming soon to [http://sourceforge.net/projects/django SourceForge]. 6 7 == Get the latest development code == 4 8 5 9 The latest Django source code is always available via this shell command, which requires [http://subversion.tigris.org/ Subversion]: 6 10 7 11 {{{svn co http://code.djangoproject.com/svn/django/trunk/}}} 12 13 We -- WorldOnline, Django developers -- improve Django every day and are pretty good about not checking in broken code. And we use the development code directly on our servers, so we consider it stable. With that in mind, we recommend that you use the latest development code, because it generally contains more features and fewer bugs than the "official" releases. 8 14 9 15 == Browse and contribute online ==