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