2013-09-28 20:01:09 +02:00

4 lines
85 B
Python

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