Python论坛  - 讨论区

标题:[python-chinese] 对象的符号

2007年03月22日 星期四 08:58

jessinio smith jessinio在gmail.com
星期四 三月 22 08:58:16 HKT 2007

dir(object)ÊDz»ÊÇÁгöobjectµÄËùÓзûºÅ£¿object¼Ì³ÐµÄ·ûºÅ»á²»»áÈ«²¿ÁгöµÄ£¿

-- 
×¢ÒâÉíÌ壬ÉíÌåÊǸïÃüµÄ±¾Ç®£¡£¡
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070322/b7c985e8/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年03月22日 星期四 11:27

cuix cuix在cert.org.cn
星期四 三月 22 11:27:08 HKT 2007

我用manage.py shell/runserver等都正确,setting.py里数据库也配置了,但一执行 manage.py syncdb  就出现如下错误.
E:\djangostepbystep\django_step_by_step\newtest\newtest>manage.py syncdb

Traceback (most recent call last):
  File "E:\Documents and Settings\Administrator\桌面\djangostepbystep\django_step_by_step\newtest\newtest\manage.py", line 11, in ?


pysqlite2.dbapi2.OperationalError: no such column: django_content_type.app_label

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年03月22日 星期四 12:50

limodou limodou在gmail.com
星期四 三月 22 12:50:25 HKT 2007

On 3/22/07, cuix <cuix在cert.org.cn> wrote:
> 我用manage.py shell/runserver等都正确,setting.py里数据库也配置了,但一执行 manage.py syncdb  就出现如下错误.
> E:\djangostepbystep\django_step_by_step\newtest\newtest>manage.py syncdb
>
> Traceback (most recent call last):
>   File "E:\Documents and Settings\Administrator\桌面\djangostepbystep\django_step_by_step\newtest\newtest\manage.py", line 11, in ?
>
>
> pysqlite2.dbapi2.OperationalError: no such column: django_content_type.app_label


你使用什么版本的django?要使用0.95.1才可以。

-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年03月23日 星期五 09:13

cuix cuix在cert.org.cn
星期五 三月 23 09:13:54 HKT 2007

¿´µ½ÍøÉÏÓÐÈ˳öÏÖÁ˺ÍÎÒͬÑùµÄ´íÎó,¾Í·¢¸ø´ó¼Ò¹²Ïí!

ÎÒ°´ÕÕdjango step by step½Ì³Ì,×Ô¼ºÐ´AddressÓ¦ÓÃ,µ«Êǵ±·ÃÎÊ
http://127.0.0.1:8000/address/

ʱ,×ܳöÏÖÈçÏ´íÎó
 Page not found (404)
  Request Method:GET
Request URL:http://127.0.0.1:8000/address/



·Ç³£µÄ°ÃÄÕ,ºÍ½Ì³ÌÖеÄÀý×ÓÍêÈ«Ò»Ñù,¾ÍÊDz»ºÃʹ.
¼¸¾­ÖÜÕÛ,ÖÕÓÚ·¢ÏÖÎÊÌâµÄÔ­ÒòÔÚÓÚ:

allow_emptyÊôÐÔ!

ËäÈ»ÎÒн¨ÁËÊý¾Ý¿â,µ«¿âÖÐûÓмǼ,allow_emptyĬÈÏΪFalse,µ±Ã»ÓÐÊý¾Ý¿â¼Ç¼ʱ,²»ÏÔʾ¿ÕÒ³Ãæ,¶øÊÇÏÔʾ
404´íÎó.д³ÉTrue¾Í¿ÉÒÔÁË,ÈçÏÂ.

info_dict = {
    'queryset': Address.objects.all(),
    'allow_empty': True,              
}

urlpatterns = patterns('',
    (r'^/?$', 'django.views.generic.list_detail.object_list', info_dict),   
)
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070323/3fb20783/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年03月23日 星期五 12:25

limodou limodou在gmail.com
星期五 三月 23 12:25:30 HKT 2007

On 3/23/07, cuix <cuix在cert.org.cn> wrote:
>
>  ¿´µ½ÍøÉÏÓÐÈ˳öÏÖÁ˺ÍÎÒͬÑùµÄ´íÎó,¾Í·¢¸ø´ó¼Ò¹²Ïí!
>
> ÎÒ°´ÕÕdjango step by step½Ì³Ì,×Ô¼ºÐ´AddressÓ¦ÓÃ,µ«Êǵ±·ÃÎÊ
>   http://127.0.0.1:8000/address/
> ʱ,×ܳöÏÖÈçÏ´íÎó
>  Page not found (404)
>     Request Method: GET  Request URL:
>  http://127.0.0.1:8000/address/
>
>
> ·Ç³£µÄ°ÃÄÕ,ºÍ½Ì³ÌÖеÄÀý×ÓÍêÈ«Ò»Ñù,¾ÍÊDz»ºÃʹ.
> ¼¸¾­ÖÜÕÛ,ÖÕÓÚ·¢ÏÖÎÊÌâµÄÔ­ÒòÔÚÓÚ:
>
> allow_emptyÊôÐÔ!
>
> ËäÈ»ÎÒн¨ÁËÊý¾Ý¿â,µ«¿âÖÐûÓмǼ,allow_emptyĬÈÏΪFalse,µ±Ã»ÓÐÊý¾Ý¿â¼Ç¼ʱ,²»ÏÔʾ¿ÕÒ³Ãæ,¶øÊÇÏÔʾ
> 404´íÎó.д³ÉTrue¾Í¿ÉÒÔÁË,ÈçÏÂ.
>
> info_dict = {
>     'queryset': Address.objects.all(),
>     'allow_empty': True,
> }
>
> urlpatterns = patterns('',
>     (r'^/?$', 'django.views.generic.list_detail.object_list',
> info_dict),
> )
>

ÆäʵÕâ¿ÉÒÔ¿´³ÉÊÇgeneric -viewµÄÒ»¸öÏÝÚå¡£²»¹ýÎÒÄ¿Ç°¸ù±¾²»ÓÃgeneric_view¡£


-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070323/d485ab2a/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年03月23日 星期五 13:02

风向标 vaneoooo在gmail.com
星期五 三月 23 13:02:34 HKT 2007

¸Ðл·ÖÏí¡£
ÎҵķÖÒ³ÊÇÓÃbeykingÐÖµÄÒ»¸öÏÖ³ÉÄ£¿é×öµÄ
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070323/740ec044/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号