Metadata-Version: 2.1
Name: django-paps-quotes
Version: 1.0.1
Summary: A Django app to manage delveries from paps.
Home-page: https://www.example.com/
Author: 'VOLKENO',
Author-email: contact@volkeno-tank.com,
License: BSD-3-Clause  # Example license
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.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
