Rename DCC project into RAM

RAM: Railroad Assets Manager
This commit is contained in:
2022-04-10 21:05:02 +02:00
parent 305507a4e6
commit d594dbe47c
77 changed files with 16 additions and 16 deletions

6
ram/consist/urls.py Normal file
View File

@@ -0,0 +1,6 @@
from django.urls import path
from consist.views import ConsistList
urlpatterns = [
path("list", ConsistList.as_view()),
]