mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Refactor com scss and add basic unified event calendar
This commit is contained in:
@ -738,7 +738,7 @@ Welcome to the wiki page!
|
||||
NewsDate(
|
||||
news=n,
|
||||
start_date=friday + timedelta(hours=24 * 7 + 1),
|
||||
end_date=self.now + timedelta(hours=24 * 7 + 9),
|
||||
end_date=friday + timedelta(hours=24 * 7 + 9),
|
||||
)
|
||||
)
|
||||
# Weekly
|
||||
@ -765,7 +765,7 @@ Welcome to the wiki page!
|
||||
)
|
||||
NewsDate.objects.bulk_create(news_dates)
|
||||
|
||||
# Create som data for pedagogy
|
||||
# Create some data for pedagogy
|
||||
|
||||
UV(
|
||||
code="PA00",
|
||||
|
Reference in New Issue
Block a user