
    Sf                     v    d dl mZ d dlmZ  ej        ddd          Z ej        ddd	          Zd
 Zd ZdS )    )settings)checkszMissing 'DEFAULT_HOST' setting.z/Has to be the name of the default host pattern.zdjango_hosts.E001)hintidz Missing 'ROOT_HOSTCONF' setting.zTHas to be the dotted Python import path of the module containing your host patterns.zdjango_hosts.E002c                 B    t          t          dd          rg nt          gS )NDEFAULT_HOSTF)getattrr   E001app_configskwargss     E/var/www/html/env/lib/python3.11/site-packages/django_hosts/checks.pycheck_default_hostr      s    >599E22vE    c                 B    t          t          dd          rg nt          gS )NROOT_HOSTCONFF)r	   r   E002r   s     r   check_root_hostconfr      s    ?E::F22Fr   N)	django.confr   django.corer   Errorr
   r   r   r    r   r   <module>r      s                     v|%	:   v|&
5	  F F FG G G G Gr   