Metadata-Version: 2.0
Name: snowland-djangohelper
Version: 0.0.9
Summary: django helper
Home-page: https://gitee.com/snowlandltd/snowland-djangohelper
Author: A.Star
Author-email: astar@snowland.ltd
License: BSD License
Description-Content-Type: UNKNOWN
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: django (>=2.0.5)
Requires-Dist: astartool (>=0.0.2a0)
Requires-Dist: snowland-smx (>=0.3.0)
Requires-Dist: requests
Requires-Dist: pymysql

=====================
snowland-djangohelper
=====================
django helper
1. install
from pypi:
pip install snowland-djangohelper
or
from source code:
download code from https://gitee.com/snowlandltd/snowland-djangohelper, you can choose a release version
pip install -r requirements.txt
python setup.py install

#. dirs
WAITING...

#. quick use
WAITING...

