Opened 8 years ago
Closed 8 years ago
#29292 closed Bug (invalid)
Wrong path in "Escrevendo comandos personalizados do django-admin"
| Reported by: | Douglas Paz | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 2.0 |
| Severity: | Normal | Keywords: | pt-br |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
In line:
Para implementar o comando, edite polls/management/command/closepoll.py para que fique assim:
The correct sentence is:
Para implementar o comando, edite polls/management/commands/closepoll.py para que fique assim:
The path "polls/management/command/closepoll.py" is wrong, the correct path is "polls/management/commands/closepoll.py"
Link: https://docs.djangoproject.com/pt-br/2.0/howto/custom-management-commands/
Change History (2)
comment:1 by , 8 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 8 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is an error in the translation and must be fixed through https://www.transifex.com/django/django-docs/.