django-paps-quotes 1.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangopapsquotes 1.0.1

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.