Add MonthlyTrip model and MonthlyTripView
This commit is contained in:
parent
0a4f3da34c
commit
646845e44d
7 changed files with 169 additions and 42 deletions
|
@ -1,5 +1,6 @@
|
|||
from django.contrib import admin
|
||||
|
||||
from .models import FuelPurchase
|
||||
from .models import FuelPurchase, MonthlyTrip
|
||||
|
||||
admin.site.register(FuelPurchase)
|
||||
admin.site.register(MonthlyTrip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue