This is a simple GeoDjango project. The admin interface is ready to use. The source code is based on geodjango tutorial. Before to start:
- be sure to know django and geodjango fundamentals.
- This webapp is built with a PostgreSQL database and the PostGis extension; be sure to check the requirements.
- This Django project is powered by OpenShift, using a modified version of this guide.
- You could modify the
SECRET_KEY
variable from the filesecrets.txt
. - Before to deploy in production remember to check security issues:
python manage.py check --deploy
(see also the related docs).
For a quick-start and some tips about installation, see also my wiki repo.