Skip to main content

Django Application providing Dialcode and Countries code

Project description

Major code is taken from http://github.com/Star2Billing/django-country-dialcode

This Django application provides Dial Code and Country data to reuse in a django application.

Installation

Install Django-Country-Dialcode:

python setup.py install

Settings

in your settings.py file:

INSTALLED_APPS = INSTALLED_APPS + ('country_dialcode',)

Usage

In your models add the following

dialcode = models.ForeignKey(Prefix, verbose_name=_("Destination"), null=True,
                           blank=True, help_text=_("Select Prefix"))

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-dialcode-sb-0.6.4.tar.gz (113.2 kB view hashes)

Uploaded Source

Built Distribution

django_country_dialcode_sb-0.6.4-py3-none-any.whl (125.5 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