An app to use Post Office services in e-commerce built with Django.
Project description
Shipping is an app to use Post Office services for e-commerces built with Django.
Quick start
Add “shipping” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'shipping', )
Include the shipping URLconf in your project urls.py like this:
url(r'^shipping/', include('shipping.urls')),
Run python manage.py syncdb to create the shipping models.
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.7.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file django-ship-0.2.7.tar.gz
.
File metadata
- Download URL: django-ship-0.2.7.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9dd5bd08452bc9f39745d41dff3d86b1012b60cac4ef46979aac9873be2a57ac
|
|
MD5 |
4e2e8fd82b62f1e4e91479f199fb8d92
|
|
BLAKE2b-256 |
4c46e246b3c612f9c3c76ea04cf9d4be3920eb58234a6eb5c405c650912d1635
|
File details
Details for the file django_ship-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: django_ship-0.2.7-py3-none-any.whl
- Upload date:
- Size: 42.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
51a61663a11021d5147c8c82ea5179936a8eb055cd28019e391b474afeda58af
|
|
MD5 |
7853b3a6201a52f9570466f6d91dc1da
|
|
BLAKE2b-256 |
d49a1c4485d74b7388fb84902d3e008b3250594487a7ccd307c74b2db8f9bfbb
|