
    df                     .    d dl mZ  G d de          ZdS )    )TemplateCommandc                   &     e Zd ZdZdZ fdZ xZS )Commandz~Creates a Django app directory structure for the given app name in the current directory or optionally in the given directory.z%You must provide an application name.c                     |                     d          }|                     d          } t                      j        d||fi | d S )Nname	directoryapp)popsuperhandle)selfoptionsapp_nametarget	__class__s       dD:\Python Project\djangoTemplates\venv\Lib\site-packages\django/core/management/commands/startapp.pyr   zCommand.handle   sM    ;;v&&[))uh::':::::    )__name__
__module____qualname__helpmissing_args_messager   __classcell__)r   s   @r   r   r      sL        	F 	 C; ; ; ; ; ; ; ; ;r   r   N) django.core.management.templatesr   r    r   r   <module>r      sK    < < < < < <
; 
; 
; 
; 
;o 
; 
; 
; 
; 
;r   