mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
4 lines
110 B
Python
4 lines
110 B
Python
from django.contrib import admin
|
|
from cheeseshop.apps.catalog.models import Brand
|
|
|
|
admin.site.register(Brand)
|