Changeset 6235


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

Files:
2 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
  • sampleserver/settings.py

    r6219 r6235  
    6262    'django.contrib.admin',
    6363        'django.contrib.databrowse',
    64         'django_extensions',
     64        'extensions',
    6565    'exodus',
    6666)
Note: See TracChangeset for help on using the changeset viewer.