Update urls.py

This commit is contained in:
shashi 2022-05-04 21:38:04 +05:30 committed by GitHub
parent b514605497
commit bd369aa6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from django.urls import path, include
from django.urls import path, re_path, include
from django.views.generic import TemplateView
from . import django_urls