摘要:
A view is a "type" of web page in the Django application that generally serves a specific function and has a specific template,for example you might h... 阅读全文
摘要:
Recall that every python module has a built_in __name__ variable that python sets to the __main__ string only when the file is run as a program,not wh... 阅读全文