mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-22 17:20:24 +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)
|