mirror of
https://github.com/task-17-lct/backend.git
synced 2024-11-11 03:26:40 +03:00
5 lines
109 B
Python
5 lines
109 B
Python
from django.contrib import admin
|
|
from .models import UserPreferences
|
|
|
|
admin.site.register([UserPreferences])
|