Last updated:
0 purchases
artdlocation 1.0.5
ArtD Location
ArtD location is a package that makes it possible to have countries, regions and cities with their respective coding, by default we have all the regions and cities of Colombia.
Add "artd_location" to your INSTALLED_APPS setting like this:
.. code-block:: python
INSTALLED_APPS = [
'artd_location',
]
Run the migration commands:
.. code-block::
python manage.py makemigrations
python manage.py migrate
Run the seeder data:
.. code-block::
python manage.py create_countries
python manage.py create_colombian_regions
python manage.py create_colombian_cities
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.