A Django app to manage delveries from paps.
Project description
django-paps-quotes/README.rst
======= django-paps-quotes
django-paps-deliveries is a simple Django app to to manage all delivery prices urls from paps. Detailed documentation is in the "docs" directory.
Quick start
-
Add "quotes" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'quotes', ]
-
Include the quotes URLconf in your project urls.py like this::
path('quotes/', include('quotes.urls')),
-
Run
**python manage.py migrate**to create the quotes models. -
Visit http://127.0.0.1:8000/quotes/ to see all authentication urls.
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
File details
Details for the file django-paps-quotes-1.0.1.tar.gz.
File metadata
- Download URL: django-paps-quotes-1.0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ffcb92932da58f2cb1925666c8cde50232428e03d0bf59124145631e98e09f4
|
|
| MD5 |
950d3fb0140f745b6689a652e080dc2d
|
|
| BLAKE2b-256 |
11f4b59c907304c422bfbeae3946ad0429f8cbbf60c917d1f8d4987b3f02d584
|