mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-27 22:03:58 +00:00
Initial commit
This commit is contained in:
6
devices/admin.py
Normal file
6
devices/admin.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
from .models import Device
|
||||
|
||||
admin.site.register(Device)
|
Reference in New Issue
Block a user