Clean up with clone class

This commit is contained in:
John Mullins
2023-08-28 11:38:20 +10:00
parent 45149ffb5d
commit cc706420a5
5 changed files with 7 additions and 76 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from django.contrib.admin.views.decorators import staff_member_required
from django.http import HttpResponse
from django.shortcuts import render
from django.views.generic import ListView
from .models import Company, Bus, Traveller, BusStop, TravellerRoute
from .models import Company, Bus, Traveller, BusStop, TravellerRoute, Shuttle, Driver
# def index(request):