3
š(ƒhê  ã               @   s    d dl mZ G dd„ deƒZdS )é    )Ú	AppConfigc               @   s    e Zd ZdZdZdZdd„ ZdS )ÚAjaxSelectConfigzò
    Django 1.7+ enables initializing installed applications
    and autodiscovering modules

    On startup, search for and import any modules called `lookups.py` in all installed apps.
    Your LookupClass subclass may register itself.
    Zajax_selectzAjax Selectsc             C   s   ddl m} |jƒ  d S )Nr   )Úregistry)Zajax_select.registryr   Zload_channels)Úselfr   © r   úA/tmp/pip-install-q3hcpn_q/django-ajax-selects/ajax_select/apps.pyÚready   s    zAjaxSelectConfig.readyN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameZverbose_namer   r   r   r   r   r      s   r   N)Zdjango.appsr   r   r   r   r   r   Ú<module>   s   