Package to add Country , Currency and PhoneCode apps to django.
To install this package run
pip install django-country-utils
To use it add to settings.py
INSTALLED_APPS = [
...
'currency',
'country',
'phonecode',
...
]
To use it add to settings.py
python manage.py loaddata country