摘要:
Django URL配置是怎么工作的?简单的说,就是定义了一组URL模式并指明是如何与具体的code相匹配。 ADMONITION: HOW DJANGO URL CONFIGURATION WORKSA Django URL configuration file, or URLConf, defines a list of URL patterns and indicates how they ... 阅读全文
posted @ 2009-12-16 16:14
小楼
阅读(252)
评论(0)
推荐(0)
摘要:
在syncdb的时候,Django都做了些什么? ADMONITION: WHAT GOES ON DURING SYNCDBWhen you run manage.py syncdb, Django actually does several things in order, and the output on your screen shows each step. First, Django... 阅读全文
posted @ 2009-12-16 16:09
小楼
阅读(276)
评论(0)
推荐(0)
浙公网安备 33010602011771号