A Django app to add ISTAT data resources Regions, Provinces and Cities from updated Official CSV file.
Project description
Django ISTAT is a Django app to localize the ISTAT API. The result is a Django app that you can plug into your existing Django project to localize the ISTAT API.
The resources are: Region, Provinces and Cities.
The data are taken from the ISTAT API (https://www.istat.it/it/archivio/6789)
Detailed documentation is in the “docs” directory.
Quick start
Add “comuni_italiani” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "comuni_italiani", ]
Include the polls URLconf in your project urls.py like this:
path("comuni_italiani/", include("comuni_italiani.urls")),
Run python manage.py migrate to create the comuni_italiani models.
Start the development server
Run the management command to populate the database with the ISTAT API data:
``python manage.py import_istat_data`` (If use the --force option, the command start without asking for confirmation)
Visit http://127.0.0.1:8000/comuni-italiani/ to view the API index.
Visit http://127.0.0.1:8000/comuni-italiani/regioni/ to view the API regioni.
Visit http://127.0.0.1:8000/comuni-italiani/province/ to view the API province.
Visit http://127.0.0.1:8000/comuni-italiani/comuni/ to view the API cities.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-istat-italian-places-0.2.7.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece77ccc135531770071591c2cab99b4d591640d8dc4e35a9c2a2359e8385760 |
|
MD5 | 9449ac828552b4a186313f5105c9034d |
|
BLAKE2b-256 | db44e26862d361476247cf8815442e5de0f9390f8b4dd9b3fd8b67392153bbca |
Hashes for django_istat_italian_places-0.2.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b241d6320dda9714dc3b805e1f44c068f63c787751294cd7089936a8bc52cdf |
|
MD5 | 708bf4f3cc804d56c488149ecf63f046 |
|
BLAKE2b-256 | a41759bea02d88ff4e3f7c1d4535a66fb1cd818222c699e8713cacc2d7e5d928 |