Commit ee5a9cca authored by Bryan Carlo Guanlao's avatar Bryan Carlo Guanlao

announcements verbose name change

changed to announcement board for a clearer app identification
parent b7a52468
from tabnanny import verbose
from django.apps import AppConfig
class AnnouncementsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'announcements'
verbose_name = 'Announcement Board'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment