An open API service indexing awesome lists of open source software.

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

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
```