在需要获得公众号二维码链接的地方调用如下代码.
from django_weixin.utils.utils import * temp_url = get_temp_qr_code()
from django_weixin.utils.utils import * pergmanent_url = get_pergmanent_qr_code()