Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created July 4, 2023 17:41
Show Gist options
  • Save mansha99/cf8ccae1ba6fed9eaa954853de003d90 to your computer and use it in GitHub Desktop.
Save mansha99/cf8ccae1ba6fed9eaa954853de003d90 to your computer and use it in GitHub Desktop.
notice_app/urls.py
from django.urls import include, re_path
from django.contrib import admin
urlpatterns = [
re_path('notices/', include('notices.urls')),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment