Search Results

0
votes

Version track, automate DB schema changes with django

I heard lot of good about Django Schema Evolution Branch and those were opions of actual users. It mostely works out of the box and do w …
3
votes

Setting up Django on an internal server (os.environ() not working as expected?)

In your settings you have to point go actual egg file, not directory where egg file is located. It should look something like: sys.path.append('/path/to/flup/egg/flup-1.0.1-py2.5.eg …