Commit 5ba4c7c0 authored by Agu Syquia's avatar Agu Syquia

Updated urls.py of announcements

Added path and instantiated app_name
parent fe4cceed
#announcements/urls.py
from django.urls import path
from .import views
urlpatterns = [
path("", views.announcement_boardIndex, name = "announcement_boardIndex")
]
app_name = "announcement_board"
\ No newline at end of file
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