mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
5 lines
136 B
Python
5 lines
136 B
Python
from django.contrib import admin
|
|
from models import AuthServicesInfo
|
|
|
|
# Register your models here.
|
|
admin.site.register(AuthServicesInfo) |