
    h                     H    d dl mZmZmZ  eej                        d        Zy)    )ErrorTagsregisterc                      ddl m}m}  |       } ||d   d      } ||d   d      }|j                  |j                  ur>t	        dd|j                  j
                   d|j                  j
                   dd	
      gS g S )Nr   )get_commandsload_command_classmakemigrationsmigratezHThe migrate and makemigrations commands must have the same autodetector.z'makemigrations.Command.autodetector is z&, but migrate.Command.autodetector is .zcommands.E001)hintid)django.core.managementr   r   autodetectorr   __name__)kwargsr   r   commandsmake_migrationsr
   s         X/var/www/django_project/virt/lib/python3.12/site-packages/django/core/checks/commands.py'migrate_and_makemigrations_autodetectorr      s    G~H(2B)CEUVO )!4i@G##7+?+??  >&33<<= >7++445Q8
 #

 	
 I    N)django.core.checksr   r   r   r   r    r   r   <module>r      s(    4 4 
$-- r   