摘要: 1. 创建app manage.py startapp users 2. 编写profile model from django.db import models from django.contrib.auth.models import User GENDER_CHOICES = ( ('M', '男'), ('F... 阅读全文
posted @ 2008-04-10 17:18 MK2 阅读(2248) 评论(0) 推荐(0) 编辑
摘要: 首先,写Python代码的IDE有许多,呵呵,至于功能强大的肯定是Eclipse + pydev了,以下是pydev的显著的特性: Some feature-highlights Rename refactoring: renames all occurrences for some token in your workspace -- with preview and undo/redo (1... 阅读全文
posted @ 2008-04-10 10:12 MK2 阅读(661) 评论(0) 推荐(0) 编辑