__init__.py 221 B

12345678
  1. """
  2. Provides a blogging app with posts, keywords, categories and comments.
  3. Posts can be listed by month, keyword, category or author.
  4. """
  5. from __future__ import unicode_literals
  6. from mezzanine import __version__ # noqa