from __future__ import unicode_literals from django.contrib import admin from services.models import GroupCache admin.site.register(GroupCache)