-
-
Save gpbmike/2034101 to your computer and use it in GitHub Desktop.
Create a 'Best Of' article Category for Tested.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ella.core.models import * | |
article_cat = Category.objects.get(slug='news') | |
Category.objects.create(slug='best-of', title='Best Of', tree_path='news/best-of', tree_parent=article_cat, site_id=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment