Metadata-Version: 2.1
Name: dconfig
Version: 0.7.2
Summary: A Django config for the Django framework.
Home-page: https://github.com/shinznatkid/django-config
Author: Shinz Natkid
Author-email: shinznatkid@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown

Dconfig - Bootstrap Configuration for Django project
======

[![Downloads](https://img.shields.io/travis/shinznatkid/django-config.svg)](https://travis-ci.org/shinznatkid/django-config/)
[![Downloads](https://img.shields.io/pypi/dm/dconfig.svg)](https://pypi.python.org/pypi/dconfig/)
[![Downloads](https://img.shields.io/pypi/v/dconfig.svg)](https://pypi.python.org/pypi/dconfig/)
[![Downloads](https://img.shields.io/badge/license-MIT-blue.svg)](https://pypi.python.org/pypi/dconfig/)


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

Support Django >= 2.0


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**


