Add FuelPurchase model, List, Create views and templates
This commit is contained in:
parent
64576a7f09
commit
fa19b593d8
10 changed files with 242 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from .models import FuelPurchase
|
||||
|
||||
admin.site.register(FuelPurchase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue