[Python-modules-commits] [python-django-extensions] 04/07: Update reference to python-werzeug package

Brian May bam at moszumanska.debian.org
Sun Nov 6 10:36:37 UTC 2016


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 9c9b80a1e42105f3ffaabaf337a459e6a802ddee
Author: Brian May <bam at debian.org>
Date:   Sun Nov 6 09:51:19 2016 +1100

    Update reference to python-werzeug package
    
    Point people towards installing the python-werzeug package, not to
    download random files from the internet.
---
 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 50ef6d7..4d4b58e 100644
--- a/django_extensions/management/commands/runserver_plus.py
+++ b/django_extensions/management/commands/runserver_plus.py
@@ -231,7 +231,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'")
 
         class WSGIRequestHandler(_WSGIRequestHandler):
             def make_environ(self):

-- 
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