Metadata-Version: 1.1
Name: django-scaffold-tools
Version: 0.0.2
Summary: A reusable django-app set for a DRF django project, starting support from django 3.0.
Home-page: https://github.com/easecloud/django-scaffold-tools
Author: Alfred Huang
Author-email: 57082212@qq.com
License: Apache License Version 2.0
Description: =====================
        django-scaffold-tools
        =====================
        
        A reusable django-app set for a DRF django project, starting support from django 3.0.
        
        If you want to build a Django-Rest-Framework project about your business requirements,
        this project helps you do all kinds of redundant work which may be similar between
        different projects.
        
        It supports the following features:
        
        * base_config: Deal with project/user level user-config terms.
        * base_settings: Common setting wrapped up as a model with default settings you need
        
        Quick start
        -----------
        
        ```
        pip install django-scaffold-tools
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
