Main Menu
News
FAQs
Hive & Pig
Drupal
Twitter
Google App Engine
Hadoop & Hbase
.MOBI Apps
Python
PHP
CentOS
Syndicate
Python
Python

Python handler for Django and VirtualEnv PDF Print E-mail
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 )