liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

runserver_plus does not mention Werkzeug egg #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If Werkzeug is not available runserver_plus indicates to download the package.

It may be better to point to the egg in first place (if you agree that eggs
are a better way to install components), since it is easier to get it
installed: virtualenv users would use local "easy_install" command,
buildout users would add "Werzeug" in their egg list.

Another option is to install Werkzeug automatically by adding it to the
"install_requires" list in setup.py.

Original issue reported on code.google.com by bert.mat...@gmail.com on 14 May 2009 at 9:19

GoogleCodeExporter commented 8 years ago
Adding Werkzeug to install_requires goes one step to far IMO.

Since there are people using django-extensions that do not need werkzeug / do 
not use
runserver_plus. (Would be not-so-nice for production installs where you do not 
want
to install unneeded dependencies)

But this should be mentioned in more detail in the documentation of 
runserver_plus
and if you could create a patch for the error message which adds more details 
on how
to acquire and install Werkzeug I be happy to apply it.

Original comment by v.oostv...@gmail.com on 14 May 2009 at 4:16