https://github.com/dbtek/trregions
Django based rest API for cities, districts & neighborhoods of Turkey
https://github.com/dbtek/trregions
Last synced: about 1 year ago
JSON representation
Django based rest API for cities, districts & neighborhoods of Turkey
- Host: GitHub
- URL: https://github.com/dbtek/trregions
- Owner: dbtek
- Created: 2020-05-31T18:23:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:26:46.000Z (about 2 years ago)
- Last Synced: 2024-04-17T06:48:00.670Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trregions
Django based rest API for Cities & districts of Turkey.
## Data
- Please download latest dataset from [http://postakodu.ptt.gov.tr/Dosyalar/pk_list.zip](http://postakodu.ptt.gov.tr/Dosyalar/pk_list.zip).
- Extract Excel file, place it project root and rename it to `data.xlsx`.
- Then run following:
```bash
$ python manage.py importdata
```