Skip to content

Support for generic apps of country, currencies and phonecodes

License

Notifications You must be signed in to change notification settings

okchaty/django-country

Repository files navigation

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

About

Support for generic apps of country, currencies and phonecodes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages