# -*- coding: utf-8 -*-

def get_newsmodels_list():
    from django.db.models import get_app, get_models
    pass