Skip to content

Instantly share code, notes, and snippets.

@cooncesean
Created March 11, 2012 18:56
Show Gist options
  • Save cooncesean/2017673 to your computer and use it in GitHub Desktop.
Save cooncesean/2017673 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='articles')
Category.objects.create(slug='best-of', title='Best Of', tree_path='articles/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