a
    Ê[Ùf  ã                   @   s8   d dl mZ d dlmZ ddlmZ G dd„ deƒZdS )é    )ÚSECRET_KEY_INSECURE_PREFIX)ÚTemplateCommandé   )Úget_random_secret_keyc                       s$   e Zd ZdZdZ‡ fdd„Z‡  ZS )ÚCommandz†Creates a Django project directory structure for the given project name in the current directory or optionally in the given directory.z You must provide a project name.c                    s>   |  d¡}|  d¡}ttƒ  |d< tƒ jd||fi |¤Ž d S )NÚnameÚ	directoryZ
secret_keyÚproject)Úpopr   r   ÚsuperÚhandle)ÚselfÚoptionsÚproject_nameÚtarget©Ú	__class__© ú~C:\Users\91910\OneDrive\Desktop\vts_admin_rebuild-master\vts\Lib\site-packages\django/core/management/commands/startproject.pyr      s    

zCommand.handle)Ú__name__Ú
__module__Ú__qualname__ÚhelpZmissing_args_messager   Ú__classcell__r   r   r   r   r      s   ÿr   N)Z django.core.checks.security.baser   Z django.core.management.templatesr   Úutilsr   r   r   r   r   r   Ú<module>   s   