Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
c40d5a0f
Commit
c40d5a0f
authored
Oct 12, 2017
by
Michael Frey
Committed by
Michael Frey
Oct 12, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix course entitlement category creation
parent
4e55e31c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
ecommerce/extensions/catalogue/migrations/0025_course_entitlement.py
+1
-3
No files found.
ecommerce/extensions/catalogue/migrations/0025_course_entitlement.py
View file @
c40d5a0f
...
@@ -41,11 +41,9 @@ def create_product_class(apps, schema_editor):
...
@@ -41,11 +41,9 @@ def create_product_class(apps, schema_editor):
)
)
# Create a category for course entitlements
# Create a category for course entitlements
Category
.
objects
.
create
(
Category
.
add_root
(
description
=
"All course entitlements"
,
description
=
"All course entitlements"
,
slug
=
"course_entitlements"
,
slug
=
"course_entitlements"
,
depth
=
1
,
path
=
"0003"
,
image
=
""
,
image
=
""
,
name
=
"Course Entitlements"
name
=
"Course Entitlements"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment