Skip to main content

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

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

    INSTALLED_APPS = [ ... 'quotes', ]

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

    path('quotes/', include('quotes.urls')),

  3. Run **python manage.py migrate** to create the quotes models.

  4. Visit http://127.0.0.1:8000/quotes/ to see all authentication urls.

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-paps-quotes-1.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

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