Opened 12 years ago
Closed 12 years ago
#20451 closed Cleanup/optimization (duplicate)
Run makemessages/compilemessages from project directory
| Reported by: | djangsters | Owned by: | nobody |
|---|---|---|---|
| Component: | Internationalization | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | djangsters | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
django-admin.py makemessages/compilemessages has to run inside the app directories, but it would IMHO be more convenient, if you could run it from inside the project directory via manage.py.
Note:
See TracTickets
for help on using tickets.
I have a patch which does this on #16084