Skip to main content

An app to use Post Office services in e-commerce built with Django.

Project description

=====
Shipping
=====

Shipping is an app to use Post Office services for e-commerces built with Django.

Quick start
-----------

1. Add "shipping" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'shipping',
)

2. Include the shipping URLconf in your project urls.py like this::

url(r'^shipping/', include('shipping.urls')),

3. Run `python manage.py syncdb` to create the shipping models.

4. Visit http://127.0.0.1:8000/ to view a sample with a shipping service

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ship-0.2.5.tar.gz (35.7 kB view hashes)

Uploaded Source

Built Distribution

django_ship-0.2.5-py3-none-any.whl (43.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page