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