
1 wtracyliu 2014 年 1 月 31 日 PassportManager里面那个create_superuser是不是应该用下super ?? |
2 crazycookie 2014 年 1 月 31 日 |
3 alexapollo 2014 年 1 月 31 日 DJANGO 1.5:def create_superuser(self, username, email, password, **extra_fields): 你的:def create_superuser(self, email, alias, password): 按着上面那种试试? |
4 daodao OP @crazycookie 数据库里面没有内容,但是已经创建了zhuo这个数据库 |
5 daodao OP 搞不定啊...一晚上了... |
6 ritksm 2014 年 1 月 31 日 哈哈哈。。。LS的同学们能靠谱点么。。。根据源代码。。。于是LZ少了个'S' |
8 RIcter 2014 年 2 月 1 日 最近也在写一个django的论坛,各种重写..各种翻django源码.... 虽然django方便不少,但是有时候还是局限的要死(●ω`●) |