GithubHelp home page GithubHelp logo

elwan / django-country-dialcode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from star2billing/django-country-dialcode

0.0 1.0 0.0 553 KB

Django reusable application to manage Dial code of Countries

Home Page: www.star2billing.com

License: Other

Makefile 2.01% Python 95.86% Shell 2.12%

django-country-dialcode's Introduction

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. <[email protected]>

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 [email protected]

django-country-dialcode's People

Contributors

areski avatar dedayoa avatar grengojbo avatar gvangool avatar jonathan-roper avatar shrenik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.