
Django
文章平均质量分 73
lxneng
这个作者很懒,什么都没留下…
展开
-
You don't have permission to edit anything
周末没事在家捣腾Django ,使用的最新版本1.1, 启用'django.contrib.admin'后login到admin显示"You don't have permission to edit anything", 查了下文档[url]http://docs.djangoproject.com/en/dev/ref/contrib/admin/#hooking-adminsite-inst...2009-08-23 12:31:12 · 190 阅读 · 0 评论 -
在Django中发送邮件 (using gmail)
在django中配置使用gmail来发送邮件,只要在setting.py文件中加入[code="python"]EMAIL_HOST = 'smtp.gmail.com'EMAIL_PORT = '25'EMAIL_HOST_USER = 'username' #加username@gmail.com也可以。EMAIL_HOST_PASSWORD = 'password'EM...2009-08-24 23:30:49 · 357 阅读 · 0 评论 -
Built-in template tags--> cycle
cycleChanged in Django 1.0: Cycle among the given strings or variables each time this tag is encountered.Within a loop, cycles among the given strings each time through the loop:{% for o in ...原创 2009-09-10 19:39:16 · 120 阅读 · 0 评论 -
分享几本Django电子书
分享几本Django电子书2009-09-11 12:58:35 · 213 阅读 · 0 评论