changes after social_auth integration, new way to create the
virtualenv and update django to 1.3. It means remove jogging,
change openid_consumer to django-openid-consumer, set the good
lxml version for windows.
from django.conf import settings
import ldtplatform #@UnresolvedImport
import ldt
#def version(request):
# return {'VERSION': "platform: %s - web: %s" % (ldt.get_version(),ldtplatform.get_version()) }
#def base(request):
# return {'BASE_URL': settings.BASE_URL, 'MEDIA_URL': settings.MEDIA_URL, 'TC2': 'TC2' }
#def web(request):
# return {'WEB_URL': settings.WEB_URL }