Skip to main content

Support for generic apps of country, currencies and phonecodes.

Project description

Django-country-utils

Package to add Country , Currency and PhoneCode apps to django.

Installation

To install this package run pip install django-country-utils

Usage

To use it add to settings.py

INSTALLED_APPS = [
    ...
    'currency',
    'country',
    'phonecode',
    ...
]

To use it add to settings.py

python manage.py loaddata country

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-country-utils-0.2.11.tar.gz (7.5 kB view hashes)

Uploaded Source

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