Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gpbmike/2034101 to your computer and use it in GitHub Desktop.
Save gpbmike/2034101 to your computer and use it in GitHub Desktop.
Create a 'Best Of' article Category for Tested.
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