diff options
author | Madhusudan.C.S | 2011-06-10 16:36:45 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-06-10 16:36:45 +0530 |
commit | b43a84670bace06e5c03e41b756db953ffed6d6b (patch) | |
tree | cb89a35ba034f01a1b95cad60c50cdd0047bac0b | |
parent | 4f672ac9502f87473dcd9d928c5c54db5e3f8bcc (diff) | |
download | pytask-b43a84670bace06e5c03e41b756db953ffed6d6b.tar.gz pytask-b43a84670bace06e5c03e41b756db953ffed6d6b.tar.bz2 pytask-b43a84670bace06e5c03e41b756db953ffed6d6b.zip |
Replace the django app repositories to the new repositories.
-rw-r--r-- | buildout.cfg | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/buildout.cfg b/buildout.cfg index a8f8daf..0a31e6f 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -34,13 +34,17 @@ recipe = infrae.subversion urls = http://django-tagging.googlecode.com/svn/trunk/ . [django-robots] -recipe = mercurialrecipe -repository = https://bitbucket.org/jezdez/django-robots/ +recipe = zerokspot.recipe.git +repository = https://github.com/jezdez/django-robots.git -[registration]wsgilog +[registration] recipe = mercurialrecipe repository = https://bitbucket.org/ubernostrum/django-registration/ [django-command-extensions] recipe = zerokspot.recipe.git repository = http://github.com/django-extensions/django-extensions.git + +[django-debug-toolbar] +recipe = zerokspot.recipe.git +repository = https://github.com/robhudson/django-debug-toolbar.git |