|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib64/python2.7/site-packages/django/core/management/ |
Upload File : |
�
r�\c @ sT 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 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 m Z d d l m Z d d l m Z d d l m Z d d l m Z m Z d d l m Z e j d
e j � Z e j d e j � Z d e f d
� � YZ d S( i����N( t make_option( t path( t Templatet Context( t archive( t urlretrieve( t rmtree_errorhandler( t BaseCommandt CommandError( t handle_extensionss ^([a-z]):s ^([a-z])[:|]t TemplateCommandc B s� e Z d Z d Z e j e d d d d d d d �e d d
d d d d d
d g d d �e d d d d d d d
g d d �f Z e Z e Z d d d g Z
e Z d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s�
Copies 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
s'