crawlerApp/githubCrawler/urls.py

11 lines
321 B
Python
Raw Normal View History

2022-02-05 21:35:04 +00:00
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'),
]