from django.contrib import admin import aircox.cms.models as models admin.site.register(models.Article) admin.site.register(models.Comment)