background preloader

Geodjango

Facebook Twitter

Build a simple GIS web application using GeoDjango and Google Maps — Tutorials v1.0.0 documentation. By the end of this tutorial you will have built a simple GIS web application for viewing, editing, searching and uploading GIS data.

Build a simple GIS web application using GeoDjango and Google Maps — Tutorials v1.0.0 documentation

We first presented this tutorial as part of a three-hour session on Working with Geographic Information Systems in Python during the 2009 Python Conference in Chicago, Illinois. This tutorial has been updated to work with Django 1.3. Example. Déployer une application Django - alwaysdata. Emencia.net - centre de ressources et documentation - Tutorial Django 1.3. 1.1 Introduction à Django Django est un framework web écrit en Python, il était au départ développé pour un environnement de revue de presse électronique appartenant à World Online.

Emencia.net - centre de ressources et documentation - Tutorial Django 1.3

Puis en Juillet 2005 il a été abstrait et publié comme framework web libre. Cet héritage est apparent dans l'ensemble du paquetage : dans la documentation, dans l'interface d'admin, et dans la bibliothèque standard, par exemple les types de champs gérés (ex: SlugField). Django inclut tous les composants nécessaires au développement de n'importe quelle application web de base : Correspondance objet-relationnel pour la base de données (ORM).Un système de squelette séparant le code Python du code HTML (Templates).