Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cordery authored Jun 6, 2024
1 parent 99b6c5c commit f1ccd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Installation
Usage
------------

1. Add ``languages_plus`` to your INSTALLED_APPS
1. Add ``languages_plus`` and ``countries_plus`` to your INSTALLED_APPS.

2. Migrate your database and load the language data fixture::

Expand All @@ -55,7 +55,7 @@ Usage
---------------------------------------
Generating Culture Codes (ex: pt_BR)
---------------------------------------
django-countries-plus(https://pypi.python.org/pypi/django-countries-plus) is now an explicit requirement. After installing both packages you can run the following command once to associate the two datasets and generate a list of culture codes (pt_BR for example)::
django-countries-plus(https://pypi.python.org/pypi/django-countries-plus) is an explicit requirement, and should be installed automatically when installing languages-plus. When both packages are installed correctly you can run the following command once to associate the two datasets and generate a list of culture codes (pt_BR for example)::

from languages_plus.utils import associate_countries_and_languages
associate_countries_and_languages()
Expand Down

0 comments on commit f1ccd0d

Please sign in to comment.