Skip to content

Instantly share code, notes, and snippets.

View tasawernawaz's full-sized avatar
💭
Full Stack Python Engineer

Tasawer Nawaz tasawernawaz

💭
Full Stack Python Engineer
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tasawernawaz on github.
  • I am tasawernawaz (https://keybase.io/tasawernawaz) on keybase.
  • I have a public key ASD_A0M_pzteJtZDXzMISmgn2jQmyxRHtM2G2kAgHsHFnAo

To claim this, I am signing this object:

<%page expression_filter="h"/>
<%namespace name='static' file='/static_content.html' />
<%!
import urllib
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_json
%>
<%block name="bodyclass"></%block>
<%
import MySQLdb
philu_db = MySQLdb.connect(host="localhost",
user="root",
passwd="",
db="philu")
edx_db = MySQLdb.connect(host="172.18.0.2",
user="root",