On 8/3/05, stinger <[EMAIL PROTECTED]> wrote: > Good to see the djangoproject.com site code available for study and > inspection. > > Is there a zipped file containing the code? I haven't seen it, so > forgive if it's there.
Hey stinger, No, there's no ZIP file available, but you can save the code locally via Subversion using the following command: svn co http://code.djangoproject.com/svn/djangoproject.com/django_website/ django_website Adrian