djangocms_blog/djangocms_blog/__init__.py

9 lines
247 B
Python
Raw Normal View History

2014-11-30 12:16:16 +00:00
# -*- coding: utf-8 -*-
2016-06-23 07:57:08 +00:00
from __future__ import absolute_import, print_function, unicode_literals
2014-11-30 12:16:16 +00:00
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
2018-02-20 16:17:02 +00:00
__version__ = '0.9.0'
2016-06-23 07:29:53 +00:00
2015-10-18 09:03:47 +00:00
default_app_config = 'djangocms_blog.apps.BlogAppConfig'