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
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
Release history Release notifications | RSS feed
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.1.tar.gz
(34.1 kB
view details)
File details
Details for the file django-ship-0.2.1.tar.gz.
File metadata
- Download URL: django-ship-0.2.1.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30fcfb9508732815639cfd152ee2794124f942d4745cc5cb83f71644249b8630
|
|
| MD5 |
8126bd49abc671c7b6e893804dfbb0a4
|
|
| BLAKE2b-256 |
4230613ddbcb8b712c132c6ec2591c6500952fc7f51f70c3f72a066bf4e55ccf
|