8 lines
247 B
Python
8 lines
247 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import absolute_import, print_function, unicode_literals
|
|
|
|
__author__ = 'Iacopo Spalletti'
|
|
__email__ = 'i.spalletti@nephila.it'
|
|
__version__ = '0.9b7'
|
|
|
|
default_app_config = 'djangocms_blog.apps.BlogAppConfig'
|