4 lines
85 B
Python
Raw Normal View History

from main.models import *
from django.contrib import admin
admin.site.register(Host)