Last updated:
0 purchases
artdnequi 0.0.1
=================
Nequi Integration
A Django app to create Nequi integration.
Quick start
Add "artd_nequi" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
"django_json_widget",
"artd_location",
"artd_partner",
"artd_nequi",
]
Run python manage.py migrate to create the nequi models.
Run python manage.py create_countries to create countries.
Run python manage.py create_colombian_regions to create colombian regions.
Run python manage.py create_colombian_cities to create colombian cities.
Start the development server and visit http://127.0.0.1:8000/admin/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.