Metadata-Version: 1.0
Name: django-pony
Version: 1.0
Summary: A pony for your django project.
Home-page: http://code.google.com/p/django-pony/
Author: Martin Mahner
Author-email: martin@mahner.org
License: UNKNOWN
Description: ===========
        Django Pony
        ===========
        
        There is no pony in django. Here is a application to add a pony to your
        django project.
        
        Installation
        ============
        
        1. Add "pony" to your pytonpath.
        2. Add this line of code somewhere in your template(s)::
        
        {% include "pony/pony.html" %}
        
        3. That's it! Easy what?
        
        Credits and legal notice
        ========================
        
        The ascii art pony was made by `Joan Stark`_ and released for free for
        **non commercial use**. See his guidlines_ for details.
        
        .. _`Joan Stark`: http://www.ascii-art.com/
        .. _guidlines: http://www.geocities.com/SoHo/7373/please.htm
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
