Commit 6cf19433 authored by Agu Syquia's avatar Agu Syquia

Updated urls.py

Made the code cleaner by shortening the import lines
parent a7b52a76
from django.urls import path
from .import views
from .views import (
AnnouncementsDetailsView,
AnnouncementsEditView,
AnnouncementsAddView,
)
# url for announcement_board
urlpatterns = [
......
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