Skip to content

Getting Started

Majid Rouhi edited this page Apr 8, 2021 · 6 revisions

Basics

Available Commands

  • djecrety

Supported Python versions

  • Python 3.6
  • Python 3.7
  • Python 3.8
  • Python 3.9

Supported Django versions

  • Django 2.x
  • Django 3.0
  • Django 3.1
  • Django 3.2

Installation

$ pip install djecrety

Configuration

Configure INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'djecrety',
    ...
)
Clone this wiki locally