Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 1.17 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.17 KB

djangogeo-website

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 file secrets.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.