crawlerApp/githubCrawler/urls.py
2022-02-06 02:35:04 +05:00

11 lines
No EOL
321 B
Python

from django.urls import path
urlpatterns = [
#path('create_routes/<str:string_passed>/<str:start_date>/<str:end_date>/',views.create_routes, name='create_routes'),
#path('check_LoggedIn/',views.logged_in_user, name='logged_in_user'),
#path('check_Socials/',views.social_media_details, name='social_media_details'),
]