mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
4 lines
91 B
Python
4 lines
91 B
Python
from django.contrib import admin
|
|
from .models import Profile
|
|
|
|
admin.site.register(Profile)
|