Metadata-Version: 1.1
Name: airavata
Version: 0.9.3
Summary: Multiple dynamic sistes with Django
Home-page: http://bb.levit.be/djang-airavata
Author: Levit SCS
Author-email: emma@levit.be
License: BSD License
Description: Django Airavata
        ===============
        
        Python 2.7 |Build Status 2.7| Python 3.2 |Build Status 3.2| Python 3.4
        |Build Status 3.4|
        
        Docs |Docs status| PyPi |PyPi version| |PyPi downloads|
        
        Airavata is a mythological white elephant who carries the Hindu god
        Indra. Airavata has four tusks and seven trunks and is spotless white.
        `source on Wikipedia <https://en.wikipedia.org/wiki/Airavata>`__.
        
        Airavata is also a Django 1.8+ library that allows you to hosts multiple
        dynamic sites running on a single Django instance/db.
        
        I have been using a customized version of
        `dynamicsites <https://bitbucket.org/uysrc/django-dynamicsites/overview>`__
        for a while now. But with the new features from Django 1.7 and 1.8,
        there exists another simpler, and more pythonesque IMHO, way to achieve
        the same results. Polla is an attempt at that *other* way.
        
        See documentation on
        `ReadTheDocs <http://django-polla.readthedocs.org/en/latest/>`__
        
        Thanks to:
        
        -  @ashwoods for the new name :-)
        
        .. |Build Status 2.7| image:: http://jenkins.lasolution.be/buildStatus/icon?job=Polla/PYTHON=System-CPython-2.7
           :target: http://jenkins.lasolution.be/view/Levit/job/Polla/PYTHON=System-CPython-2.7
        .. |Build Status 3.2| image:: http://jenkins.lasolution.be/buildStatus/icon?job=Polla/PYTHON=System-CPython-3.2
           :target: http://jenkins.lasolution.be/view/Levit/job/Polla/PYTHON=System-CPython-3.2/
        .. |Build Status 3.4| image:: http://jenkins.lasolution.be/buildStatus/icon?job=Polla/PYTHON=CPython-3.4
           :target: http://jenkins.lasolution.be/view/Levit/job/Polla/PYTHON=CPython-3.4/
        .. |Docs status| image:: https://readthedocs.org/projects/django-polla/badge/?version=latest
           :target: https://readthedocs.org/projects/django-polla/badge/?version=latest
        .. |PyPi version| image:: https://pypip.in/v/polla/badge.png
           :target: https://crate.io/packages/polla/
        .. |PyPi downloads| image:: https://pypip.in/d/polla/badge.png
           :target: https://crate.io/packages/polla/
        
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
