[Python-modules-commits] [python-django-extensions] 01/08: 01-werkzeug-package.diff

Brian May bam at moszumanska.debian.org
Sat Oct 24 03:44:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository python-django-extensions.

commit f200c5b4b1bcb5b994a66b23b2b13b2aa904b6bf
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Oct 24 14:11:00 2015 +1100

    01-werkzeug-package.diff
    
    Description:
     Point people towards installing the python-werzeug package, not to download
     random files from the internet.
    
    Patch-Name: 01-werkzeug-package.diff
---
 django_extensions/management/commands/runserver_plus.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_extensions/management/commands/runserver_plus.py b/django_extensions/management/commands/runserver_plus.py
index bbbe298..9090501 100644
--- a/django_extensions/management/commands/runserver_plus.py
+++ b/django_extensions/management/commands/runserver_plus.py
@@ -143,7 +143,7 @@ class Command(BaseCommand):
                     pass
 
         except ImportError:
-            raise CommandError("Werkzeug is required to use runserver_plus.  Please visit http://werkzeug.pocoo.org/ or install via pip. (pip install Werkzeug)")
+            raise CommandError("Werkzeug is required to use runserver_plus.  Please install `python-werkzeug'")
 
         # usurp django's handler
         from django.views import debug

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git



More information about the Python-modules-commits mailing list