Metadata-Version: 1.1
Name: django-city
Version: 0.0.2
Summary: Add CityViewMixin to views
Home-page: https://github.com/ChanMo/django-city/
Author: ChanMo
Author-email: chen.orange@aliyun.com
License: BSD License
Description: Django-city
        =======================
        
        一个基于django的城市模块
        
        快速开始:
        ---------
        
        安装django-city:
        
        .. code-block::
        
            pip install django-city
        
        修改setttings.py:
        
        .. code-block::
        
            INSTALLED_APPS = (
                ...
                'city',
                ...
            )
        
        
        版本更改:
        ---------
        
        v0.0.1 第一版
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
