Skip to content

chjpark/mapcampus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Install Django
    - Set PYTHONPATH and DJANGO_SETTINGS_MODULE.
    - Remember to actually change settings.py.

2. Install PostgreSQL
    - Remember to initialize the db cluster and set the  PGDATA environment
      variable for first time users.

3. Install PostGIS
    - MUST do a psql -f on postgis.sql and spatial_ref_sys.sql.
    - Make sure you create a template_postgis database for testing.

4. Install GeoDjango
    - Django weirdness with PostGIS. Use https://code.djangoproject.com/ticket/16778.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published