- 04 Mar, 2023 11 commits
-
-
Lay Villanueva authored
Changed Announcement.objects.all() to Announcement.objects.order_by('-pub_datetime') so the most recent announcement is at the top of the announcements board.
-
Lay Villanueva authored
Added related_name for foreign keys, changed pub_datetime to be an automatic timestamp. Updated views of announcement board to match the necessary format.
-
Ian Rafael T. Aragoza authored
-
Ian Rafael T. Aragoza authored
-
Lay Villanueva authored
Created Announcement and Reaction classes in models.py and fixed an error in urls.py of the main project
-
Ian Rafael T. Aragoza authored
-
Ian Rafael T. Aragoza authored
-
Ian Rafael T. Aragoza authored
-
Ian Rafael T. Aragoza authored
-
Ian Rafael T. Aragoza authored
-
Ian Rafael T. Aragoza authored
-