django1/tests/modeltests/user_commands/management
Claude Paroz f2b6763ad7 Fixed #18387 -- Do not call sys.exit during call_command.
Moved sys.exit(1) so as failing management commands reach it
only when running from command line.
2012-05-27 20:38:47 +02:00
..
commands Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00
__init__.py Fixed #5516 -- Added the ability for applications to define their own management commands. Pieces of this patch taken from a contribution by Todd O'Bryan. Thanks Todd. 2007-09-21 16:19:20 +00:00