Peter Kotyczka df108da80b pyapp
2024-04-04 09:10:54 +02:00

6 lines
135 B
Python
Executable File

from django.contrib import admin
from pyapp.models import ShoppingItem
# Register your models here.
admin.site.register(ShoppingItem)