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