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