mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-01 14:10:25 +00:00
5 lines
111 B
Python
5 lines
111 B
Python
from django.contrib import admin
|
|
|
|
from cheeseshop.apps.catalog.models import Brand
|
|
|
|
admin.site.register(Brand)
|