File: 01-werkzeug-package.diff

package info (click to toggle)
python-django-extensions 0.4.2pre%2Bgit201004211325-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 768 kB
  • ctags: 739
  • sloc: python: 4,197; makefile: 76
file content (16 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Chris Lamb <lamby@debian.org>
Description:
 Point people towards installing the python-werzeug package, not to download
 random files from the internet.

--- python-django-extensions.orig/django_extensions/management/commands/runserver_plus.py	2010-04-22 09:11:02.000000000 +0100
+++ python-django-extensions/django_extensions/management/commands/runserver_plus.py	2010-04-22 09:11:35.000000000 +0100
@@ -30,7 +30,7 @@
         except ImportError, e:
             raise e
         except:
-            raise CommandError("Werkzeug is required to use runserver_plus.  Please visit http://werkzeug.pocoo.org/download")
+            raise CommandError("Werkzeug is required to use runserver_plus.  Please install `python-werkzeug'")
 
         # usurp django's handler
         from django.views import debug