a
    wh<                     @   s   d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlmZ d dl	m
Z
 d dlZd dlmZ d dlmZmZ d dlmZmZmZ d dlmZ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 )    N)import_module)build_opener)settings)BaseCommandCommandError)find_formattershandle_extensionsrun_formatters)ContextEngine)archive)parse_header_parameters)get_docs_versionc                   @   st   e Zd ZdZg Zg dZdZdd ZdddZd	d
 Z	dddZ
dd Zdd Zdd Zdd Zdd Zdd ZdS )TemplateCommanda  
    Copy either a Django application layout template or a Django project
    layout template into the specified directory.

    :param style: A color style object (see django.core.management.color).
    :param app_or_project: The string 'app' or 'project'.
    :param name: The name of the application or project.
    :param directory: The directory to which the template should be copied.
    :param options: The additional variables passed to project or app templates
    )httphttpsftp))z.py-tplz.pyc              	   C   sx   |j ddd |j dddd |j dd	d |j d
ddddgdd |j ddddg dd |j dddtjdddd d S )Nnamez#Name of the application or project.)help	directory?zOptional destination directory)nargsr   z
--templatez*The path or URL to load the template from.z--extensionz-e
extensionsappendpyztThe file extension(s) to render (default: "py"). Separate multiple extensions with commas, or use -e multiple times.)destactiondefaultr   z--namez-nfilesz_The file name(s) to render. Separate multiple file names with commas, or use -n multiple times.z	--excludez-x zbThe directory name(s) to exclude, in addition to .git and __pycache__. Can be used multiple times.)r   r   r   constr   )add_argumentargparseSUPPRESS)selfparser r&   Z/var/www/battlenet.uz/venv/lib/python3.9/site-packages/django/core/management/templates.pyadd_arguments.   s@    
	zTemplateCommand.add_argumentsNc           '      K   s  || _ |dkrdnd| _g | _|d | _| | |d u rtjt |}zt	| W q t
yx   td| Y q ty } zt|W Y d }~qd }~0 0 nHtjtj|}|dkr| tj|d tj|std| t }tt|d }g }	d	d
g}
|d D ] }|	tdd |d q|d }rd|D ]}|
|  qN| jdkr| jd|d|f  | jd|d|	f  d| }d| }d| }d| }ddd | D }ti |||||||dt dtj idd}t!j"s t!#  t$  | %|d |}t&|d  }t'|D ]F\}}}||d  }|(||}|rtj||}tj	|d!d" |d d  D ]F}d|vr|)d#s|d
kr|*| n||
v r|*| q|D ]}|+d$rqtj||}tj|||(||}| j,D ]2\} }!|+| r&|d t&|   |! } qZq&tj|r|td%|| j|f |+|s||	v rt-|d&d'}"|". }#W d    n1 s0    Y  t/ 0|#}$|$1|}#t-|d(d&d'}%|%|# W d    n1 s0    Y  nt23|| | jdkrB| jd)|  z| 4|| | 5| W n* ty   | j6d*| | j7j8 Y n0 qqF| jr| jdkr| jd+ | jD ]*}&tj9|&rt*|& n
t2:|& qt;|gfi | d S ),Nappana	verbosityz'%s' already existsr   zBDestination directory '%s' does not exist, please create it first.r   z.git__pycache__r   c                 S   s   |   S )N)strip)xr&   r&   r'   <lambda>y       z(TemplateCommand.handle.<locals>.<lambda>,exclude   z/Rendering %s template files with extensions: %sz, z.Rendering %s template files with filenames: %sz%s_namez%s_templatez%s_directoryzcamel_case_%s_namer   c                 s   s   | ]}|d kr|V  qdS )_Nr&   ).0r/   r&   r&   r'   	<genexpr>   r1   z)TemplateCommand.handle.<locals>.<genexpr>Zdocs_versionZdjango_versionF)Z
autoescapetemplate   T)exist_ok.)z.pyoz.pycz	.py.classz_%s already exists. Overlaying %s %s into an existing directory won't replace conflicting files.zutf-8)encodingwzCreating %szkNotice: Couldn't set permission bits on %s. You're probably using an uncommon filesystem setup. No problem.zCleaning up temporary files.)<app_or_projecta_or_anpaths_to_remover,   validate_nameospathjoingetcwdmakedirsFileExistsErrorr   OSErrorabspath
expanduserbasenameexistsr   tupler   extendmapsplitgetr   r.   stdoutwritetitler
   r   django__version__r   Z
configured	configuresetuphandle_templatelenwalkreplace
startswithremoveendswithrewrite_template_suffixesopenreadr   Zfrom_stringrendershutilcopyfileapply_umaskmake_writeablestderrstyleZNOTICEisfilermtreer	   )'r$   r>   r   targetoptionsZtop_direZformatter_pathsr   Zextra_filesZexcluded_directoriesfiler3   r   	base_nameZbase_subdirZbase_directoryZcamel_case_nameZcamel_case_valuecontextZtemplate_dirZprefix_lengthrootdirsr   	path_restZrelative_dir
target_dirdirnamefilenameold_pathnew_path
old_suffix
new_suffixZtemplate_filecontentr8   Znew_fileZpath_to_remover&   r&   r'   handleV   s    

 



(
,
zTemplateCommand.handlec                 C   s   |du rt jtjd d|S |dr4|dd }t j|}t j|}t j|r\|S | 	|rr| 
|}nt j|}t j|r| |S td| j|f dS )z
        Determine where the app or project templates are.
        Use django.__path__[0] as the default because the Django install
        directory isn't known.
        Nr   confzfile://   zcouldn't handle %s template %s.)rB   rC   rD   rU   __path__r]   rJ   normpathisdiris_urldownloadrI   rL   extractr   r>   )r$   r8   subdirZexpanded_templateZabsolute_pathr&   r&   r'   rY      s     


zTemplateCommand.handle_templater   c                 C   sz   |d u rt dj| j| jd| s<t dj|| j|dzt| W n tyZ   Y n0 t dj|| j| j|dd S )Nz you must provide {an} {app} name)r*   r)   zX'{name}' is not a valid {app} {type}. Please make sure the {type} is a valid identifier.)r   r)   typez'{name}' conflicts with the name of an existing Python module and cannot be used as {an} {app} {type}. Please try another {type}.)r   r*   r)   r   )r   formatr?   r>   isidentifierr   ImportError)r$   r   Zname_or_dirr&   r&   r'   rA     s6    	zTemplateCommand.validate_namec              
   C   s  dd }d| j  }tj|dd}| j| ||\}}| jdkrR| jd|  tj	
||}t }dd	tj fg|_zn||P}	t|d
&}
|	 }|
|	  W d   n1 s0    Y  W d   n1 s0    Y  W n8 ty  } ztd|||f W Y d}~n
d}~0 0 |dd }|d }|r\t|\}}|dpX|}n|}| |d }|d }|s|rt|}|r||7 }||krtj	
||}t|| |S |S )zB
        Download the given URL and return the file name.
        c                 S   s8   |  d}|dd }| dr,|d }n| }||fS )N/)rstriprP   r_   )urltmprw   display_urlr&   r&   r'   cleanup_url-  s    


z-TemplateCommand.download.<locals>.cleanup_urldjango_%s_template_	_downloadprefixsuffixr4   zDownloading %sz
User-AgentzDjango/wbNz"couldn't download URL %s to %s: %sr   r   zcontent-dispositionrw   r9   zcontent-type)r>   tempfilemkdtempr@   r   r,   rR   rS   rB   rC   rD   r   rU   rV   
addheadersra   inforb   rH   r   rP   r   rQ   splitext	mimetypesguess_extensionrd   move)r$   r   r   r   tempdirrw   r   the_pathopenersourcerl   headersrn   Z	used_namecontent_dispositionr5   paramsZguessed_filenameextcontent_typeZguessed_pathr&   r&   r'   r   (  sF    	

N

zTemplateCommand.downloadc                 C   s@   t |\}}| dr8|dd | }|dd }||fS )z@
        Like os.path.splitext, but takes off .tar, too
        z.tarN)	posixpathr   lowerr_   )r$   r   baser   r&   r&   r'   r   f  s
    zTemplateCommand.splitextc              
   C   s   d| j  }tj|dd}| j| | jdkr>| jd|  zt	|| |W S  tj
tfy } ztd|||f W Y d}~n
d}~0 0 dS )z
        Extract the given file to a temporary directory and return
        the path of the directory with the extracted content.
        r   Z_extractr   r4   zExtracting %sz"couldn't extract file %s to %s: %sN)r>   r   r   r@   r   r,   rR   rS   r   r   ZArchiveExceptionrH   r   )r$   rw   r   r   rn   r&   r&   r'   r   p  s    

zTemplateCommand.extractc                 C   s*   d|vrdS | ddd  }|| jv S )z)Return True if the name looks like a URL.:Fr9   r   )rP   r   url_schemes)r$   r8   schemer&   r&   r'   r     s    zTemplateCommand.is_urlc                 C   s<   t d}t | tt |j}t ||| @  d S )Nr   )rB   umaskstatS_IMODEst_modechmod)r$   rx   ry   current_umaskZcurrent_moder&   r&   r'   rf     s    

zTemplateCommand.apply_umaskc                 C   s:   t |t js6t |}t|jtjB }t || dS )zb
        Make sure that the file is writeable.
        Useful if our source is read-only.
        N)rB   accessW_OKr   r   r   S_IWUSRr   )r$   rw   stZnew_permissionsr&   r&   r'   rg     s    
zTemplateCommand.make_writeable)N)r   )__name__
__module____qualname____doc__Zrequires_system_checksr   r`   r(   r}   rY   rA   r   r   r   r   rf   rg   r&   r&   r&   r'   r      s   (
 
#>
r   )r"   r   rB   r   rd   r   r   	importlibr   urllib.requestr   rU   Zdjango.confr   Zdjango.core.management.baser   r   Zdjango.core.management.utilsr   r   r	   Zdjango.templater
   r   Zdjango.utilsr   Zdjango.utils.httpr   Zdjango.utils.versionr   r   r&   r&   r&   r'   <module>   s"   