| 175 | | |
|---|
| 176 | | * style - A color style object (see django.core.management.color). |
|---|
| 177 | | * app_or_project - The string 'app' or 'project'. |
|---|
| 178 | | * name - The name of the application or project. |
|---|
| 179 | | * directory - The directory to copy the layout template to. |
|---|
| 180 | | * other_name - When copying an application layout, this should be the name |
|---|
| 181 | | of the project. |
|---|
| 182 | | """ |
|---|
| | 175 | """ |
|---|
| | 176 | # style -- A color style object (see django.core.management.color). |
|---|
| | 177 | # app_or_project -- The string 'app' or 'project'. |
|---|
| | 178 | # name -- The name of the application or project. |
|---|
| | 179 | # directory -- The directory to which the layout template should be copied. |
|---|
| | 180 | # other_name -- When copying an application layout, this should be the name |
|---|
| | 181 | # of the project. |
|---|