Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 334 Bytes

Oregon Diaper Bank Partner Application

Overview

The partner application is used to communicate with diaper banks to manage families and their children.

Django Installation

Add the following to INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
  ...
  'phonenumber_field',
  'partner',
  ...
]