Changes between Version 41 and Version 42 of GeoDjangoInstall


Ignore:
Timestamp:
Aug 5, 2008, 1:26:13 PM (16 years ago)
Author:
jbronn
Comment:

Changed Django installation instructions to point to official docs.

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v41 v42  
    3333
    3434=== Django ===
    35 !GeoDjango exists in the `gis` branch from SVN:
    36 {{{
    37 $ svn co http://code.djangoproject.com/svn/django/branches/gis django_gis
    38 $ ln -s django_gis/django /path/to/site-packages/django
    39 }}}
    40 
    41 To detect the correct `site-packages` directory, the following command may be used:
    42 {{{
    43 $ python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
    44 }}}
     35!GeoDjango was merged into SVN trunk as of r8219.  Follow Django's [http://www.djangoproject.com/documentation/install/#installing-the-development-version development version installation instructions].
    4536
    4637=== GEOS ===
     
    6960
    7061=== PROJ.4 ===
     62
    7163 * ''Required'': 4.5.0  -- this is not a strict requirement, !GeoDjango has been tested with 4.5.0, but there is no reason to believe that previous versions (e.g., 4.4.x, 4.3.x) will not work.
    7264 * ''Recommended'': [ftp://ftp.remotesensing.org/proj/proj-4.6.0.tar.gz 4.6.0] (the current latest).
Back to Top