aboutsummaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index fc36b3c..160db4c 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,11 +1,15 @@
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
4unzip = true
3eggs = pkginfo 5eggs = pkginfo
6 django-registration==0.8-alpha-1
4 7
5[django] 8[django]
6recipe = djangorecipe 9recipe = djangorecipe
7version = 1.0.2 10version = 1.1.1
8settings = development 11settings = settings
9eggs = ${buildout:eggs} 12eggs = ${buildout:eggs}
13test = djangopypi
10project = chishop 14project = chishop
11wsgi = true 15wsgi = true