Skip to content

Commit

Permalink
Update link of GeoDjango
Browse files Browse the repository at this point in the history
The link of GeoDjango's documentation under Configuration were out of date, I just updated the link to be always with the stable version.
  • Loading branch information
angvp authored May 3, 2018
1 parent bc46168 commit f79fe40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f79fe40

Please sign in to comment.