mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-23 16:34:42 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
|
|
from django.contrib import admin
|
||
|
|
from cheeseshop.apps.catalog.models import Brand
|
||
|
|
|
||
|
|
admin.site.register(Brand)
|