cleanings
This commit is contained in:
10
antifroud/urls.py
Normal file
10
antifroud/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# antifroud/urls.py
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
app_name = 'antifroud'
|
||||
|
||||
urlpatterns = [
|
||||
path('import_selected_hotels/', views.import_selected_hotels, name='importedhotels_import_selected_hotels'),
|
||||
# Другие URL-адреса
|
||||
]
|
||||
Reference in New Issue
Block a user