|
Python handler for Django and VirtualEnv |
|
|
|
|
Written by Administrator
|
|
Monday, 05 October 2009 |
# hellove.py activate_this = '/home/test/testENV/bin/activate_this.py' execfile(activate_this, dict(__file__=activate_this)) from django.core.handlers.modpython import handler
|
|
Last Updated ( Monday, 05 October 2009 )
|