Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
django-cms-highlighted-content
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
django-cms-highlighted-content
Commits
6ddc6c9c
Commit
6ddc6c9c
authored
6 years ago
by
Dylann Cordel
Browse files
Options
Downloads
Patches
Plain Diff
fix imports
parent
9cd3fac5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cms_highlighted_content/admin.py
+1
-1
1 addition, 1 deletion
cms_highlighted_content/admin.py
cms_highlighted_content/cms_plugins.py
+2
-2
2 additions, 2 deletions
cms_highlighted_content/cms_plugins.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
cms_highlighted_content/admin.py
+
1
−
1
View file @
6ddc6c9c
...
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
...
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
# from django.contrib.contenttypes.admin import GenericTabularInline
# from django.contrib.contenttypes.admin import GenericTabularInline
from
django.contrib.admin
import
TabularInline
from
django.contrib.admin
import
TabularInline
from
highlighted_content.forms
import
HighlightedContentItemForm
from
cms_
highlighted_content.forms
import
HighlightedContentItemForm
###################################################################################################
###################################################################################################
...
...
This diff is collapsed.
Click to expand it.
cms_highlighted_content/cms_plugins.py
+
2
−
2
View file @
6ddc6c9c
...
@@ -7,8 +7,8 @@ from django.utils.translation import ugettext_lazy as _
...
@@ -7,8 +7,8 @@ from django.utils.translation import ugettext_lazy as _
from
cms.plugin_base
import
CMSPluginBase
from
cms.plugin_base
import
CMSPluginBase
from
highlighted_content.admin
import
HighlightedContentItemInlineBase
from
cms_
highlighted_content.admin
import
HighlightedContentItemInlineBase
from
highlighted_content.models
import
HighlightedContentItemBase
from
cms_
highlighted_content.models
import
HighlightedContentItemBase
class
HighlightedContentPluginBase
(
CMSPluginBase
):
class
HighlightedContentPluginBase
(
CMSPluginBase
):
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6ddc6c9c
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
import
os
import
os
from
highlighted_content
import
VERSION
from
cms_
highlighted_content
import
VERSION
CLASSIFIERS
=
[
CLASSIFIERS
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment