from django.urls import path from sncfgtfs import views urlpatterns = [ path('gare//', views.GareView.as_view(), name='gare'), ]