Metadata-Version: 2.1
Name: django-delivery-areas
Version: 0.0.1
Summary: Django space and area_template models for shipping .
Home-page: https://github.com/okchaty/django-delivery-areas
Author: Chaty
Author-email: developer@okchaty.com
License: 'MIT License'  # Example license
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
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
License-File: LICENSE

# Django-delivery-areas

Package to add Space and Area Template models to get delivery zones

## Installation

To install this package run
`pip install django-delivery-areas`

## Usage

To use it add to settings.py

``` python

INSTALLED_APPS = [

    # previous modules  
    'space',
    'area',
    
]

```
