Introduction

Version:0.1.0
Keywords:django, python

Django-country-dialcode is an open source project written in Python, using the Django Framework.

The license is MIT.

Overview

Django-country-dialcode is a Django application which provide Dial Code and Country data and make it easy to reuse quickly into your django application

Usage

In your models add the following

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

Documentation

Extensive documentation is available on ‘Read the Docs’: http://django-country-dialcode.readthedocs.org

Contributing

If you’ve found a bug, implemented a feature or customized the template 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

License

Copyright (c) 2012 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 Versions

Table Of Contents

Previous topic

Welcome to django-country-dialcode’s documentation!

Next topic

Installation overview

This Page