Skip to main content

Countries States Cities models for Django.

Project description

django-countries-states-cities

1. Installation

The preferred installation method is directly from pypi:

# Create promgen setting directory.
$ pip install -U django-countries-states-cities

2. Quickstart

In settings.py:

INSTALLED_APPS = [
    'modeltranslation',
    'django.contrib.admin',
    ...,
    'countries_states_cities'
]

def gettext_noop(s):
    return s

LANGUAGES = [  # supported languages
    ("en", gettext_noop("English")),
    ("ja", gettext_noop("Japanese")),
    ("ko", gettext_noop("Korean")),
]
  1. In urls.py:
from django.urls import path, include

urlpatterns = [
    ...,
    path('csc/', include('countries_states_cities.urls')),
]
  1. Run python manage.py migrate Create the countries_states_cities models.
$ python manage.py migrate

3. Configuration

  • Language setting: Todo

4. Update Package

In setup.py, upgrade version

[metadata]
name = django-countries-states-cities
version = x.x.x
...

Copy csv files to app

$ cp -a ./csv/ ./countries_states_cities/data

Build package

$ python setup.py sdist bdist_wheel

Deploy package

$ twine upload --verbose dist/django-countries-states-cities-x.x.x.tar.gz

The MIT License

Copyright (c) 2023 Runners Co.,Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

django-countries-states-cities-0.2.2.tar.gz (6.6 MB view details)

Uploaded Source

File details

Details for the file django-countries-states-cities-0.2.2.tar.gz.

File metadata

File hashes

Hashes for django-countries-states-cities-0.2.2.tar.gz
Algorithm Hash digest
SHA256 56edb60b9fee298adc933bd73d8123b8fbd2eb83f589b87d3f757a26656336b3
MD5 1bc781eae6ec470d35650de5b205a4a4
BLAKE2b-256 14232ee5515f7d4b2292938ce7683683102d1f286d6ead862f2eef0a310c1acb

See more details on using hashes here.

Supported by

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