/usr/local/lib/python3.9/site-packages/django/core/management/commands/__pycache__
a Ӱ�h\ � @ sH d dl mZ d dlmZ d dlmZ d dlmZmZ G dd� de�Z dS )� )�apps)�checks)�registry)�BaseCommand�CommandErrorc @ s$ e Zd ZdZg Zdd� Zdd� ZdS )�Commandz8Checks the entire Django project for potential problems.c C sp |j dddd� |j ddddd d � |j ddd d� |j dddd� |j ddg d�dd� |j ddddd � d S )N�args� app_label�*)�metavar�nargsz--tagz-t�append�tagsz'Run only checks labeled with given tag.)�action�dest�helpz--list-tags� store_truezList available tags.)r r z--deployzCheck deployment settings.z--fail-level�ERROR)�CRITICALr �WARNING�INFO�DEBUGz[Message level that will cause the command to exit with a non-zero status. Default is ERROR.)�default�choicesr z --database� databasesz2Run database related checks against these aliases.)�add_argument)�self�parser� r �O/usr/local/lib/python3.9/site-packages/django/core/management/commands/check.py� add_arguments s<