Repository for the Biodiversity Management System held by Instituto Misionero de Biodiversidad
python3 -m venv .sysimibio
source .sysimibio/bin/activate
pip install -r requirements.txt
pip install numpy
sudo apt-get install libgdal-dev
- Database: PostgreSQL and psycopg2. More info, check this tutorial
- Decouple
- GIS Models
- Add django.contrib.gis to INSTALLED_APPS
- leaflet in static files, as suggested here
First of all, make sure you:
- have PostgreSQL installed with GIS extention;
- have made the migrations and created superuser; Any doubt, take a look on CreationProcess.md
see ImportData.py
python ImportData.py
GeoDjango models
Django geom organization
automatic-spatial-transformations