Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 288 Bytes

README.rst

File metadata and controls

16 lines (12 loc) · 288 Bytes

Common Files

Common Files contains files to support developing Django apps, such as abstract models with timestamps.

Quick Start

Add "common_files" to your INSTALLED_APPS setting:

INSTALLED_APPS = [
    ...
    'common_files',
]