Changes between Initial Version and Version 2 of Ticket #22616


Ignore:
Timestamp:
May 12, 2014, 7:16:26 AM (11 years ago)
Author:
Tim Graham
Comment:

It works for me:

$ python manage.py runserver a b
CommandError: Usage is runserver [optional port number, or ipaddr:port]

Can you paste your actual terminal output? Also please use formatting on code blocks; I've added some to the description, thanks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22616 – Description

    initial v2  
    1 Example on useless message for makemessages.py
    2 
     1Example on useless message for `makemessages.py`
     2{{{
    33            if errors:
    44                if status != STATUS_OK:
    55                    raise CommandError(
    66                        "errors happened while running msgmerge\n%s" % errors)
    7 
     7}}}
    88This always gives:
    9 django.core.management.base.CommandError
     9`django.core.management.base.CommandError`
    1010
    1111Should:
Back to Top