Add station screen display
This commit is contained in:
7
sncfgtfs/urls.py
Normal file
7
sncfgtfs/urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from sncfgtfs import views
|
||||
|
||||
urlpatterns = [
|
||||
path('gare/<str:gare>/', views.GareView.as_view(), name='gare'),
|
||||
]
|
Reference in New Issue
Block a user