Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 937 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 937 Bytes

Dconfig - Bootstrap Configuration for Django project

Downloads Downloads Downloads Downloads

Dconfig is configuration by console for the Django web development framework.

Support Django >= 2.2

Installation

  1. Python package

     pip install dconfig
    
  2. Add 'dconfig' to INSTALLED_APPS:

     'dconfig',
    

Usage

python manage.py conf

Help

python manage.py conf

>>> help

Wizard Setup

python manage.py conf

>>> init

WARNING: this action will wipeout all data in settings.py