aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Johansen <sverrej@opera.com>2009-11-10 23:45:56 +0100
committerSverre Johansen <sverrej@opera.com>2009-11-11 15:19:12 +0100
commit23407b8d0e701f284749275bdb050f300e1b3dfb (patch)
tree2485feed047a93c892a0eeb4eeffae03056b98ed
parentbece29c1e73e85b87340f9d06f4193242d5a8f0a (diff)
downloadchishop-23407b8d0e701f284749275bdb050f300e1b3dfb.tar.bz2
chishop-23407b8d0e701f284749275bdb050f300e1b3dfb.tar.xz
chishop-23407b8d0e701f284749275bdb050f300e1b3dfb.zip
Added django-registration 0.8 alpha requirement to buildout
-rw-r--r--buildout.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 65e3421..3b5500a 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,6 +1,8 @@
1[buildout] 1[buildout]
2parts = django 2parts = django
3find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz
3eggs = pkginfo 4eggs = pkginfo
5 django-registration==0.8-alpha-1
4 6
5[django] 7[django]
6recipe = djangorecipe 8recipe = djangorecipe