o
    h                     @   sP   d dl mZ d dlmZ d dlmZ d dlmZ d dl	m
Z
 G dd deZdS )	    )	AppConfig)settings)ImproperlyConfigured)gettext_lazy)app_settingsc                   @   s*   e Zd ZdZedZejpdZdd Z	dS )AccountConfigzallauth.accountAccountszdjango.db.models.AutoFieldc                 C   s,   ddl m} d}|tjvrt| dd S )Nr   )checksz,allauth.account.middleware.AccountMiddlewarez% must be added to settings.MIDDLEWARE)allauth.accountr	   r   
MIDDLEWAREr   )selfr	   required_mw r   K/var/www/html/pos/venv/lib/python3.10/site-packages/allauth/account/apps.pyready   s   
zAccountConfig.readyN)
__name__
__module____qualname__name_verbose_namer   DEFAULT_AUTO_FIELDdefault_auto_fieldr   r   r   r   r   r   	   s
    
r   N)django.appsr   django.confr   django.core.exceptionsr   django.utils.translationr   r   allauthr   r   r   r   r   r   <module>   s    