Metadata-Version: 2.1
Name: django-shortcuts-ext
Version: 1.0.3
Summary: Django Shortcuts Extensions
Home-page: https://github.com/django-xxx/django-shortcuts
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Keywords: Django ShortCuts
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Requires-Dist: django-json-render (>=1.0.2)

====================
django-shortcuts-ext
====================

Django Shortcuts Extensions

Installation
============

::

    pip install django-shortcuts-ext


Usage
=====

::

    from django_shortcuts_ext import json_render, cookie_render, cookie_redirect



