Metadata-Version: 1.0
Name: django-serene
Version: 0.0.7
Summary: An enhanced djangorestframework. Serene is a RESTful framework with a touch of sirisanthana
Home-page: http://code.google.com/p/django-serene/
Author: The Sirisanthana Team
Author-email: vsirisanthana@gmail.com
License: GPL-3.0
Download-URL: http://pypi.python.org/pypi/django-serene
Description: ====================
         READ ME, READ ME!!
        ====================
        
        all the interesting & useful info goes here!!!
        
        ====================
            INSTALLATION
        ====================
        to use django-serene simply just do::
        
        >> pip install django-serene
        
        ====================
               USAGE
        ====================
        1. In settings.py, add 'djangorestframework' and 'serene' in INSTALLED_APPS
        2. The use of serene is very similar to djagnorestframework :)
        
        ====================
             CHANGE LOG
        ====================
        Version 0.0.6
        --------------------
        - Able to specify sub-fields in 'include' attribute of Serializer/Resource
Keywords: RESTful django djangorestframework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
