that's not a dev server.

This commit is contained in:
benoitc 2011-03-15 14:38:35 -04:00
parent bf3f69cf2d
commit 853b2ad37a

View File

@ -76,7 +76,7 @@ class Command(BaseCommand):
self.validate(display_num_errors=True)
print "\nDjango version %s, using settings %r" % (django.get_version(),
settings.SETTINGS_MODULE)
print "Development server is running at %s" % options['bind']
print "Server is running"
print "Quit the server with %s." % quit_command
# django.core.management.base forces the locale to en-us.