Getting started

Available Commands

  • djecrety

Supported Python versions

  • Python >=3.6

Supported Django versions

  • Django >=2.0

Installation

$ pip install djecrety

Configuration

Configure INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'djecrety',
    ...
)