XH_Digital_Management/excel_parser/urls.py

6 lines
141 B
Python

from django.urls import path
from excel_parser.views import *
urlpatterns = [
path('common_parse/', common_parse, name="common_parse")
]