mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 14:16:21 +01:00
Moved admin add defninitions to correct location
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from models import AuthServicesInfo
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(AuthServicesInfo)
|
||||
@@ -13,5 +13,3 @@ class AuthServicesInfo(models.Model):
|
||||
main_char_id = models.CharField(max_length=64, default="")
|
||||
|
||||
user = models.ForeignKey(User)
|
||||
|
||||
admin.site.register(AuthServicesInfo)
|
||||
Reference in New Issue
Block a user