from django.contrib import admin


from .models import News, WpEsiEntity


admin.site.register(News)
admin.site.register(WpEsiEntity)