o
    =g=                     @   s8   d dl mZ d dlmZmZ dd ZG dd deZdS )    )	AppConfig)Warningregisterc                 K   s   t dddgS )Na  django-ckeditor bundles CKEditor 4.22.1 which isn't supported anymore and which does have unfixed security issues, see for example https://ckeditor.com/cke4/release/CKEditor-4.24.0-LTS . You should consider strongly switching to a different editor (maybe CKEditor 5 respectively django-ckeditor-5 after checking whether the CKEditor 5 license terms work for you) or switch to the non-free CKEditor 4 LTS package. See https://ckeditor.com/ckeditor-4-support/ for more on this. (Note! This notice has been added by the django-ckeditor developers and we are not affiliated with CKSource and were not involved in the licensing change, so please refrain from complaining to us. Thanks.)zckeditor.W001)id)r   )app_configskwargs r   @/var/www/html/venv/lib/python3.10/site-packages/ckeditor/apps.pycheck_ckeditor_version   s
   r
   c                   @   s   e Zd ZdZdZdd ZdS )CKEditorConfigzdjango.db.models.AutoFieldckeditorc                 C   s   t t d S )N)r   r
   )selfr   r   r	   ready   s   zCKEditorConfig.readyN)__name__
__module____qualname__default_auto_fieldnamer   r   r   r   r	   r      s    r   N)django.appsr   django.core.checksr   r   r
   r   r   r   r   r	   <module>   s    	