artd-urls 1.0.5

Creator: codyrutscher

Last updated:

Add to Cart

Description:

artdurls 1.0.5

ArtD URLS
Art URL is a module that is responsible for creating URLs for products

Add to your INSTALLED_APPS setting like this:

.. code-block:: python
INSTALLED_APPS = [
'dal',
'dal_select2',
'django-json-widget'
'artd_modules',
'artd_location',
'artd_partner',
'aartd_urls'
]


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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.