fromdjango.confimportsettingsfromdjango.core.checksimportErrordefcheck_site_id(app_configs,**kwargs):ifhasattr(settings,"SITE_ID")andnotisinstance(settings.SITE_ID,(type(None),int)):return[Error("The SITE_ID setting must be an integer",id="sites.E101"),]return[]