admin.py 84 B

123456
  1. from django.contrib import admin
  2. from.models import Car
  3. admin.site.register(Car)