#5522: Move daily_cleanup, make-messages, compile-messages and unique-messages
to
django.core.management.commands
-----------------------+----------------------------------------------------
Reporter: jezdez | Owner: jezdez
Status: new | Component: Core framework
Version: SVN | Keywords: i18n, session
Stage: Unreviewed | Has_patch: 1
-----------------------+----------------------------------------------------
Since having a fairly solid, pluggable {{{django-admin}}} command I
prepared a patch which moves the heavy lifting to django.core.management
and is fully backwards compatible with the standalone tools
daily_cleanup.py, make-messages.py, compile-messages.py and unique-
messages.py in {{{django/bin}}}.
This introduces four new commands:
{{{
messagesmake, messagescompile, messagesunique, cleanup
}}}
where the latter is the new name for daily_cleanup.py. Docs included.
--
Ticket URL: <http://code.djangoproject.com/ticket/5522>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---