buildout
What's the common way to layout a Django app with Buildout/djangorecipe?
I have a Django app that I\'ve set up using Buildout laid out like so: /workspace /bin /src /myproject settings.py[详细]
2023-03-20 06:31 分类:问答Does zc.buildout offer a lot more than pip when dealing with packages/eggs
We\'re all development team working on a Django site. Recently we\'ve begun using zc.buildout inside a virtualenv. I can see how virtualenv helps you by making a sandboxed environme开发者_运维技巧nt.[详细]
2023-03-20 02:50 分类:问答Running Jython scripts in Eclipse / repeat workspace set-ups
I have created a bunch of Python scripts which I use to set-up Eclipse workspace settings and import Python projects from Buildout configuration tool:[详细]
2023-03-17 18:30 分类:问答Getting started on buildout for Django
Can someone help me get started on buildout for python Django projects? My primary objective is to deploy applications to the developer, staging and production boxes.[详细]
2023-03-08 16:16 分类:问答Is it possible to use collective.alias in a 3.1.7 plone?
Is it possible? I would like to install it in a 3.1.7 Plone instance, but don\'t want to enter the buildout incompatible versions hell.[详细]
2023-03-08 04:22 分类:问答plone.app.jquerytools Bad version error while installing PloneFormGen
I am trying to install zettwerk.ui theme , i have added zettwerk.ui to eggs = then ran buildout and restarted plone but i didn\'t find the theme on the Addon page.[详细]
2023-03-04 01:15 分类:问答How to make varnish round-robin zeo clients
I would like to use plone.recipe.varnisin buildout to configure varnish to round-robin between 2 zeo clients.In my buildout.cfg I have tried:[详细]
2023-03-02 04:55 分类:问答Buildout ignoring github `find-links` reference
I\'m trying to get buildout to use a specific, forked & tweaked package from my github account, however it seems to be completely ignoring the reference and instead opti开发者_如何学运维ng for the[详细]
2023-02-21 22:21 分类:问答Buildout config for multiple Django WSGI files
I\'ve got a Django project that has multiple settings files (www site, mobile site, an API..) and I recently got around to cutting the config/deployment over to buildout. Unfortunately, the only way I[详细]
2023-02-14 12:25 分类:问答extra-paths not added to python path with zc.recipe.testrunner
I am trying to run tests by adding a version of tornado downloaded 开发者_JAVA百科from github.com in the sys.path.[详细]
2023-02-09 03:55 分类:问答