mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Make some weekmail views
This commit is contained in:
@ -16,7 +16,7 @@ from core.utils import resize_image
|
||||
from club.models import Club, Membership
|
||||
from subscription.models import Subscription
|
||||
from counter.models import Customer, ProductType, Product, Counter
|
||||
from com.models import Sith
|
||||
from com.models import Sith, Weekmail
|
||||
from election.models import Election, Role, Candidature, ElectionList
|
||||
|
||||
|
||||
@ -87,6 +87,7 @@ class Command(BaseCommand):
|
||||
club_root.save()
|
||||
|
||||
Sith().save()
|
||||
Weekmail().save()
|
||||
|
||||
p = Page(name='Index')
|
||||
p.set_lock(root)
|
||||
|
Reference in New Issue
Block a user