Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 310 Bytes

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

INSTALLED_APPS = [

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