Metadata-Version: 1.0
Name: django-basic-tumblelog
Version: 0.6
Summary: A basic tumblelog application you can add to your Django website.
Home-page: http://myles.github.com/django-basic-tumblelog/
Author: Myles Braithwaite
Author-email: me@mylesbraithwaite.com
License: Apache 2.0
Description: Django Basic Tumblelog
        ======================
        
        
        
        * `Homepage`_
        
        A simple tumblelog application for `Django` projects.
        
        To install this app, simply create a folder somewhere in your PYTHONPATH place the 'tumblelog' app inside. Then add 'tumblelog' to your projects INSTALLED_APPS list in your settings.py file.
        
        .. _Homepage: http://code.google.com/p/django-basic-tumblelog/
        .. _Django: http://djangoproject.org/
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
