Metadata-Version: 2.1
Name: django-cool
Version: 0.1.6
Summary: Cool to use for the Django Framework.
Home-page: https://django.cool
Author: 007
Author-email: 007@django.cool
License: BSD-3-Clause
Project-URL: Documentation, https://docs.django.cool/
Project-URL: Source, https://github.com/007gzs/django-cool
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD 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
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: Django (>=2.2)
Requires-Dist: djangorestframework

###########
Django Cool
###########

Django 快速使用框架


安装与升级
==========

目前 Django Cool 支持的 Python 环境有 3.6, 3.7, 3.8 和 pypy
支持 Django 版本 2.2, 3.0

为了简化安装过程，推荐使用 pip 进行安装

.. code-block:: bash

    pip install django-cool

升级 Django Cool 到新版本::

    pip install -U django-cool

如果需要安装 GitHub 上的最新代码::

    pip install https://github.com/007gzs/django-cool/archive/master.zip


示例项目
========

`demo项目 <https://github.com/007gzs/django-cool-example/>`_



