摘要:
setting.py: MEDIA_ROOT = os.path.join(BASE_DIR,r'static\upfile') urls.py: url(r'^upfile/$',views.upfile), url(r'^savefile/$',views.savefile), views.py 阅读全文
摘要:
url.py: url(r'^verifycode/$',views.verifycode), url(r'^verifycodefile/$',views.verifycodefile), url(r'^verifycodecheck/$',views.verifycodecheck), view 阅读全文