Metadata-Version: 1.1
Name: django-andablog
Version: 1.1.0
Summary: A blog app that is only intended to be embedded within an existing Django site.
Home-page: https://github.com/WimpyAnalytics/django-andablog
Author: Ivan Ven Osdel
Author-email: ivan@wimpyanalytics.com
License: BSD
Download-URL: https://github.com/wimpyanalytics/django-andablog/tarball/1.1.0
Description: django-andablog
        ===============
        
        |Build Status|
        
        (Just) A blog app for Django
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        What is the point of all this? When this project got started blogging
        apps for Django generally fell into one of these categories:
        
        1. A full CMS framework.
        2. A Django App but intended for blog-only sites.
        3. A Django App but intended for either a blog-only site (the default)
           or a site with a blog attached.
        
        Though all three of these categories had great projects to choose from
        any one of them could be frustrating to implement into (and maintain
        within) an existing site. Simply because the app was not directly and
        exclusively focused on the use case of a django site, and a blog (get
        it?).
        
        Andablog has a focus on integration-ease first and features second. So
        if the focus of your Django site is something else and you want to add a
        blog section to it you have come to the right place.
        
        Full
        `documentation <http://django-andablog.readthedocs.org/en/latest/>`__ is
        available but here are the highlights.
        
        -  `Features <http://django-andablog.readthedocs.org/en/latest/#features>`__
        -  `Installation &
           Usage <http://django-andablog.readthedocs.org/en/latest/install-usage.html>`__
        -  `Demo
           Site <http://django-andablog.readthedocs.org/en/latest/demo-site.html>`__
        
        .. |Build Status| image:: https://travis-ci.org/WimpyAnalytics/django-andablog.svg?branch=master
           :target: https://travis-ci.org/WimpyAnalytics/django-andablog
        
        
        
        
        History
        -------
        
        1.1.0 (2014-12-01)
        ------------------
        Blog entries can now have tags
         * The entry model now supports tags by way of the django-taggit package.
         * This affects the model only, there are no template examples or tags.
        
        1.0.0 (2014-11-20)
        ------------------
        **Backwards Incompatible with 0.1.0.**
        This release includes a rename of the django app package from djangoandablog to andablog to better follow
        community conventions. This of course is a very large breaking change, which is why the version is 1.0.
        As this is the second version and we have been out such a short time. My hope is that few if any people
        are using this app yet. If you are, please submit an issue on GitHub and I will try to help you migrate away.
        
        0.1.0 (2014-11-16)
        ------------------
        
        * First release on PyPI.
        
Keywords: django-andablog,blog,django,app,reusable app,andablog
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
