From f79fe40f0662fad4e9298450087b93c7d4cf64a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angel=20Vel=C3=A1squez?= Date: Thu, 3 May 2018 17:22:49 -0400 Subject: [PATCH] Update link of GeoDjango The link of GeoDjango's documentation under Configuration were out of date, I just updated the link to be always with the stable version. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d4fc45a5..b99b0afe 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,9 @@ Install with pip: pip install django-cities ``` - - ## Configuration -You'll need to enable GeoDjango. See that [documentation](https://docs.djangoproject.com/en/1.10/ref/contrib/gis/tutorial/#setting-up) for guidance. +You'll need to enable GeoDjango. See that [documentation](https://docs.djangoproject.com/en/stable/ref/contrib/gis/tutorial/#setting-up) for guidance. You'll need to add `cities` to `INSTALLED_APPS` in your projects `settings.py` file: