Make a Location-Based Web App With Django and GeoDjango

Make a Location-Based Web App With Django and GeoDjango

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 56m | 259 MB

Throughout this course, you’ll learn how to use Django and GeoDjango to build a location-based web application from scratch. You’ll be building a simple nearby shops application that lists the shops closest to a user’s location.

By the end of this course, you’ll be able to:

  • Use Django to build a simple web application from scratch
  • Use the GeoDjango sub-framework to implement geolocation features in your Django application
  • Use a spatial database (PostgreSQL and PostGIS) to get benefits from the spatial features and easily implement location-aware web apps
Table of Contents

1 Making a GeoDjango App Introduction & Overview
2 Create the nearbyshops View
3 Bonus Video Intro to Leaflet
4 Set Up the PostgreSQL Database
5 Set Up QGIS
6 Set Up Your Venv, Django, and GeoDjango
7 Connect Django to the Shops Database
8 Create the nearbyshops App
9 Create the Django Data Model
10 Create the Django Superuser Account
11 Add shop Table to Django Admin