From 4abbc3ac45e2395ab2b9ef519aeb77c695f737e5 Mon Sep 17 00:00:00 2001 From: Aaron Newton Date: Thu, 22 Apr 2010 14:54:05 -0700 Subject: [PATCH] removing a reference to cloudera desktop --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0678cc9..f2815c7 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,11 @@ To run the Django depender server you should simply run this from the command li If you want you can force the server to run in debug mode like so: - $ DESKTOP_DEPENDER_DEBUG=1 env/bin/python django/mootools/manage.py runserver + $ DEPENDER_DEBUG=1 env/bin/python django/mootools/manage.py runserver + +You can have Depender check your dependency map thusly: + + $ env/bin/python django/mootools/manage.py depender_check For more about virtualenv see [http://pypi.python.org/pypi/virtualenv](http://pypi.python.org/pypi/virtualenv). Once you've started the server you should be able to hit it with a request for some JS. Like this: