from django.contrib import admin from eboutic.models import * admin.site.register(Basket) admin.site.register(Invoice)