Changeset 6235 for README


Ignore:
Timestamp:
Sep 2, 2008, 10:10:49 PM (16 years ago)
Author:
RIck van der Zwet
Message:

Installing django extentions the 'official' way as they are currently required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6217 r6235  
    1212= Hacking =
    1313Install Django trunk revision 8354 to $DJANGOROOT
     14
     15Install Django extentions using http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions
     16$ curl -O http://django-command-extensions.googlecode.com/files/django-command-extensions-0.3.tgz
     17$ tar xzf django-command-extensions-0.3.tgz
     18$ cd django-command-extensions-0.3
     19$ python setup.py install
    1420
    1521$svn co -r 8354 http://code.djangoproject.com/svn/django/trunk/ $DJANGOROOT
Note: See TracChangeset for help on using the changeset viewer.