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:

# Install django-countries-states-cities
$ pip install -U django-countries-states-cities

This Django library is built using the Countries States Cities Database.

2. Quickstart

In settings.py:

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

LANGUAGES = [
    ("en", "English"),
    ("ko", "Korean"),
    ("ja", "Japanese"),
    ('zh-hans', 'Simplified Chinese'),  # 간체 중국어
    ('zh-hant', 'Traditional Chinese'),  # 번체 중국어
    ("es", "Spanish"),
    ("ru", "Russian"),
    ("ar", "Arabic"),
]
  1. In urls.py:
from django.urls import path, include

urlpatterns = [
    ...,
    path('csc/', include('countries_states_cities.urls')),
]

3. Database Setup

Run the following commands to set up the database:

# Create migration files for countries_states_cities models
$ python manage.py makemigrations countries_states_cities

# Apply migrations to create countries_states_cities models
$ python manage.py migrate

4. Loading Initial Data

To load initial data into the database, run the custom command:

$ python manage.py csc_loaddata_csv

This command will import data from predefined CSV files into the database.

5. Further Configuration

For further configuration and usage instructions, please refer to the official documentation.

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-1.0.23.tar.gz (8.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file django_countries_states_cities-1.0.23.tar.gz.

File metadata

File hashes

Hashes for django_countries_states_cities-1.0.23.tar.gz
Algorithm Hash digest
SHA256 3c610d8446c099244f31d40d5d6dade16b27fd52ac7be8ab0d944343c3dde189
MD5 fb3173bc1937421471cbf3ca2d5143e2
BLAKE2b-256 a97a236ecd2d6141353cb527f46c465864329bee6312dfc3a6ea912f28a0779e

See more details on using hashes here.

File details

Details for the file django_countries_states_cities-1.0.23-py3-none-any.whl.

File metadata

File hashes

Hashes for django_countries_states_cities-1.0.23-py3-none-any.whl
Algorithm Hash digest
SHA256 e48c7d4ad3b8707e4907cde6007ef2c53c146a3048264802b8f6ada10dbb3422
MD5 ed2b6cb6cefd86f02042df397282d836
BLAKE2b-256 4ec3bef514163794ee178fedeba2f95540be5828f4cd72670d00a99993fbf7d0

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