Add com app with first parametric texts

This commit is contained in:
Skia
2016-12-21 02:38:21 +01:00
parent 13785fd520
commit 168622a04d
17 changed files with 351 additions and 125 deletions

View File

@ -14,6 +14,7 @@ from accounting.models import GeneralJournal, BankAccount, ClubAccount, Operatio
from club.models import Club, Membership
from subscription.models import Subscription
from counter.models import Customer, ProductType, Product, Counter
from com.models import Sith
class Command(BaseCommand):
help = "Populate a new instance of the Sith AE"
@ -80,6 +81,8 @@ class Command(BaseCommand):
home_root.save()
club_root.save()
Sith().save()
p = Page(name='Index')
p.set_lock(root)
p.save()