mirror of
https://github.com/kennethreitz-archive/chishop.git
synced 2026-06-17 22:10:58 +00:00
12 lines
166 B
INI
12 lines
166 B
INI
[buildout]
|
|
parts = django
|
|
eggs = pkginfo
|
|
|
|
[django]
|
|
recipe = djangorecipe
|
|
version = 1.0.2
|
|
settings = development
|
|
eggs = ${buildout:eggs}
|
|
project = chishop
|
|
wsgi = true
|