Django Application providing Dialcode and Countries code
Project description
=======================
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"))
Contributing
============
If you've found a bug, implemented/improved a feature and think it is useful
then please consider contributing. Patches, pull requests or just suggestions
are welcome!
Source code: http://github.com/Star2Billing/django-country-dialcode
If you don’t like Github and Git you’re welcome to send regular patches.
Bug tracker: https://github.com/Star2Billing/django-country-dialcode/issues
Documentation
=============
Documentation is available on 'Read the Docs':
http://django-country-dialcode.readthedocs.org
License
=======
Copyright (c) 2011-2014 Star2Billing S.L. <info@star2billing.com>
Django-country-dialcode is licensed under MIT, see `MIT-LICENSE.txt`.
Credit
======
Django-country-dialcode is a Star2Billing-Sponsored Community Project, for more information visit
http://www.star2billing.com or email us at info@star2billing.com
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"))
Contributing
============
If you've found a bug, implemented/improved a feature and think it is useful
then please consider contributing. Patches, pull requests or just suggestions
are welcome!
Source code: http://github.com/Star2Billing/django-country-dialcode
If you don’t like Github and Git you’re welcome to send regular patches.
Bug tracker: https://github.com/Star2Billing/django-country-dialcode/issues
Documentation
=============
Documentation is available on 'Read the Docs':
http://django-country-dialcode.readthedocs.org
License
=======
Copyright (c) 2011-2014 Star2Billing S.L. <info@star2billing.com>
Django-country-dialcode is licensed under MIT, see `MIT-LICENSE.txt`.
Credit
======
Django-country-dialcode is a Star2Billing-Sponsored Community Project, for more information visit
http://www.star2billing.com or email us at info@star2billing.com
Project details
Release history Release notifications | RSS feed
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-0.6.3.tar.gz
(123.0 kB
view hashes)
Close
Hashes for django-country-dialcode-0.6.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29fe48642362860440e6cbc9df3735231010aeef0311f04c03cc2d856abac36d |
|
MD5 | 53a35d854e597fc10cdb4b4097a815c1 |
|
BLAKE2b-256 | a84b77b9fef6a464d70b8d65001c27be6e0c7fc4f48c523c53f57a1fa368ea88 |