aboutsummaryrefslogtreecommitdiff
path: root/buildout.cfg
blob: 04e0acfe9fa84b8ea719488bd42f34b142d6739e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[buildout]
parts = django
find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz
unzip = true
eggs = pkginfo
       django-registration==0.8-alpha-1

[django]
recipe = djangorecipe
version = 1.1.1
settings = development
eggs = ${buildout:eggs}
test = djangopypi
project = chishop
wsgi = true