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
Release files for django-ship 0.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-ship-0.2.7.tar.gz | 14.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_ship-0.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 56.7 kB
Release files / django-ship-0.2.7.tar.gz
| Download URL | django-ship-0.2.7.tar.gz |
|---|---|
| Size | 14.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9dd5bd08452bc9f39745d41dff3d86b1012b60cac4ef46979aac9873be2a57ac
|
|
BLAKE2b-256 checksum How to use checksums |
4c46e246b3c612f9c3c76ea04cf9d4be3920eb58234a6eb5c405c650912d1635
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / django_ship-0.2.7-py3-none-any.whl
| Download URL | django_ship-0.2.7-py3-none-any.whl |
|---|---|
| Size | 42.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
51a61663a11021d5147c8c82ea5179936a8eb055cd28019e391b474afeda58af
|
|
BLAKE2b-256 checksum How to use checksums |
d49a1c4485d74b7388fb84902d3e008b3250594487a7ccd307c74b2db8f9bfbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|