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