Skip to main content

Full Database of Uzbekistan Regions, Districts & Quarters with Latin, Cyrillic and Russian versions.

Project description

🌍 Regions, Districts & Quarters Database

PyPI Version Django Version

Full Database of Uzbekistan Regions, Districts & Quarters with Latin, Cyrillic and Russian versions.

Insights

Total Regions : 14
Total Regions/Cities : 205
Total Towns/Districts : 2,183+

Last Updated On : 5th June 2022

Installation

You can install your app via pip:

pip install uzbekistan

Add it to your Django project's INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    'uzbekistan',
]

Configure views and models to which feature you want to use in your project. You can enable/disable models and views for regions, districts and villages.

UZBEKISTAN = {
    'models': {
        'region': True,
        'district': True,
        'village': False,
    },
    'views': {
        'region': True,
        'district': True,
        'village': False,
    }
}

Include URL Configuration in the Project's urls.py

urlpatterns = [
    # ...
    path('', include('uzbekistan.urls'), name='uzbekistan'),
]

Load the data into your database

python3 manage.py loaddata regions
python3 manage.py loaddata districts

Change logs

A new version available that includes many updates.

  • Added Villages to the database
  • Added Dynamic URLs for all models
  • Added Dynamic Views for all models
  • Added Models to Django Admin panel
  • English translations added to Region

Suggestions / Feedbacks

Suggestions & Feedbacks are Most Welcome

That's all Folks. Enjoy😊!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uzbekistan-2.7.2.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

uzbekistan-2.7.2-py3-none-any.whl (20.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page