4 lines
87 B
Python
4 lines
87 B
Python
from main.models import Tag
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(Tag)
|