2015-02-06 08:16:28 -05:00

6 lines
89 B
Python

from django.contrib import admin
from ..models.foo import Foo
admin.site.register(Foo)