Sith/com/admin.py

9 lines
89 B
Python
Raw Normal View History

from django.contrib import admin
from com.models import *
admin.site.register(Sith)