Fix code style
This commit is contained in:
parent
01869047ae
commit
c6ae227adf
14 changed files with 74 additions and 45 deletions
|
|
@ -2,14 +2,12 @@
|
|||
import re
|
||||
|
||||
from cms.api import add_plugin
|
||||
from cms.plugin_rendering import PluginContext, render_placeholder
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.template import RequestContext
|
||||
from django.template.loader import get_template
|
||||
from django.utils.timezone import now
|
||||
from djangocms_blog.models import BlogCategory
|
||||
from taggit.models import Tag
|
||||
|
||||
from djangocms_blog.models import BlogCategory
|
||||
|
||||
from . import BaseTest
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue