4 lines
85 B
Python
4 lines
85 B
Python
from main.models import *
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(Host) |