buildout
Are there any good tutorial about using buildout and pip? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 23:20 分类:问答Installing GDAL via buildout on MacOSX
I\'m trying to install GDAL via buildout on MacOSX. I have following config: [gdal] recipe = zc.recipe.cmmi[详细]
2023-01-24 15:35 分类:问答Specify a custom PYTHON_EGG_CACHE dir with zc.buildout?
We\'re having problems when trying to deploy a number of projects which use zc.buildout - specifically we\'re finding that they want to put their PYTHON_EGG_CACHE directories all over the show. We\'d[详细]
2023-01-21 20:55 分类:问答Buildout, psycopg2, postgresql
I\'m trying to make buildout config that installs psycopg2 egg and postgres from source if needed: parts =[详细]
2023-01-21 18:34 分类:问答How to add a script to a buildout project?
I have setup.py in a buildout project: from distutils.core import setup setup(name=\'\', version=\'1.0\',[详细]
2023-01-15 10:59 分类:问答Problem adding to solr index from Django using zc.buildout
I\'m trying to get Apache Solr running inside my zc.buildout environment. I\'ve defined a simple model:[详细]
2023-01-15 09:46 分类:问答Opensource real django projects [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-13 12:07 分类:问答How to migrate from virtualenv to buildout?
I\'m attempting to move a project from virtualenv to buildout, but I don\'t think I\'ve grasped the whole concept of buildout. All the tutorials I\'ve found discuss buildout in the context of using it[详细]
2023-01-12 05:14 分类:问答What python virtual environment and deployment solution should I use?
I\'m looking for a virtual environment solution for Python applications and I would like something that respects these requirements:[详细]
2023-01-08 10:34 分类:问答djangorecipe test command
I\'ve got a question about testing my Django applications in a built out Django project. First, I\'ve got the same project not built out and everything works fine. This project follows the standard D[详细]
2023-01-07 06:13 分类:问答