django-countries 7.6.1
0
Provides a country field for Django models.
Contents
Provides a country field for Django models.
Stars: 1432, Watchers: 1432, Forks: 290, Open Issues: 29The SmileyChris/django-countries
repo was created 11 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1432 github stars!
How to Install django-countries
You can install django-countries using pip
pip install django-countries
or add it to a project with poetry
poetry add django-countries
Package Details
- Author
- Chris Beaven
- License
- MIT
- Homepage
- https://github.com/SmileyChris/django-countries/
- PyPi:
- https://pypi.org/project/django-countries/
- GitHub Repo:
- https://github.com/SmileyChris/django-countries
Classifiers
Related Packages
Errors
A list of common django-countries errors.
Code Examples
Here are some django-countries
code examples and snippets.
GitHub Issues
The django-countries package has 29 open issues on GitHub
- Common names are not always honored for non-english translations
- queryset.filter(country__name__icontains='switz') ?
- Blank=True is not working?