mirror of
https://github.com/task-17-lct/backend.git
synced 2025-02-18 22:20:33 +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])
|