We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc46168 + f79fe40 commit c264558Copy full SHA for c264558
README.md
@@ -90,11 +90,9 @@ Install with pip:
90
pip install django-cities
91
```
92
93
-
94
95
## Configuration
96
97
-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.
98
99
You'll need to add `cities` to `INSTALLED_APPS` in your projects `settings.py` file:
100
0 commit comments