Merge pull request #8 from SchrodingersGat/master

oops
This commit is contained in:
Oliver 2017-03-29 00:30:15 +11:00 committed by GitHub
commit 74272d373a

View File

@ -1,6 +1,6 @@
from django.contrib import admin
from .models import Supplier, SupplierPart, Customer
from .models import Supplier, SupplierPart, Customer, Manufacturer
class CompanyAdmin(admin.ModelAdmin):