Regular install from PyPIΒΆ

See also

Prerequisites

Installing django-environments into your existing Django project as a regular Python package is easy:

$ pip install django-environments

This installs two things:

  1. A djenv Python package containing some default settings modules you can “extend” from.
  2. A set of Bash scripts and Shell functions for easily switching between Django settings and projects.

For more information on using django-environments, see Usage.