Python论坛  - 讨论区

标题:[python-chinese] 受不了 Django 的ORM了,有没有办法从数据库导出?

2007年06月25日 星期一 10:19

Neo Chen openunix在163.com
星期一 六月 25 10:19:13 HKT 2007

本来可以用DB Design 工具画ER图.这么方便的事,我在Django中要学种新的数据库义语言。烦死了。

如果在已经建好的数据库上再开发,再如果有100多个表,再去写models不是吐血?

如果表常常改动,就要删除才能再syncdb ? 有其它方法?
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070625/6ee055d4/attachment.html 
-------------- 下一部分 --------------
一个非文本附件被清除...
发信人: %(who)s
主题: %(subject)s
日期: %(date)s
大小: 1325
Url: http://python.cn/pipermail/python-chinese/attachments/20070625/6ee055d4/attachment.bin 

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

2007年06月25日 星期一 10:21

Tian askfor在gmail.com
星期一 六月 25 10:21:59 HKT 2007

²»ÊÇÓиù¾Ý±í½¨modelµÄ¹¤¾ßÂð¡£
²»¹ýûÓùý²»ÖªµÀЧ¹ûÈçºÎ£º£©


On 6/25/07, Neo Chen <openunix在163.com> wrote:
>
>  ±¾À´¿ÉÒÔÓÃDB Design ¹¤¾ß»­ERͼ.Õâô·½±ãµÄÊÂ,ÎÒÔÚDjangoÖÐҪѧÖÖеÄÊý¾Ý¿âÒåÓïÑÔ¡£·³ËÀÁË¡£
>
> Èç¹ûÔÚÒѾ­½¨ºÃµÄÊý¾Ý¿âÉÏÔÙ¿ª·¢£¬ÔÙÈç¹ûÓÐ100¶à¸ö±í£¬ÔÙȥдmodels²»ÊÇÍÂѪ£¿
>
> Èç¹û±í³£³£¸Ä¶¯£¬¾ÍҪɾ³ý²ÅÄÜÔÙsyncdb ? ÓÐÆäËü·½·¨£¿
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070625/c382ce1c/attachment.html 

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

2007年06月25日 星期一 10:23

黄毅 yi.codeplayer在gmail.com
星期一 六月 25 10:23:18 HKT 2007

http://www.djangoproject.com/documentation/legacy_databases/

On 6/25/07, Neo Chen <openunix at 163.com> wrote:
>
>  本来可以用DB Design 工具画ER图.这么方便的事,我在Django中要学种新的数据库义语言。烦死了。
>
> 如果在已经建好的数据库上再开发,再如果有100多个表,再去写models不是吐血?
>
> 如果表常常改动,就要删除才能再syncdb ? 有其它方法?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
http://codeplayer.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070625/2d2ec0cb/attachment.htm 

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

2007年06月25日 星期一 14:03

peter xmyapple在163.com
星期一 六月 25 14:03:42 HKT 2007

我用的quixote框架.添加的头信息如下,然后用sniffer检查头信息时,却什么也没有.这是为什么啊?		
		response = get_response()
		response.set_header('Expires', 'Sun, 19 Nov 1977 05:00:00 GMT')
		response.set_header('Cache-Control', 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0')
		response.set_header('Pragma','no-cache')

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

2007年06月25日 星期一 15:29

lau stephen liusifan在gmail.com
星期一 六月 25 15:29:39 HKT 2007

ÊDz»ÊÇÔÚÕ⼸ÐдúÂë֮ǰ£¬ÒѾ­¿ªÊ¼Êä³ö body ÁË£¿

2007/6/25, peter <xmyapple在163.com>:
>
> ÎÒÓõÄquixote¿ò¼Ü.Ìí¼ÓµÄÍ·ÐÅÏ¢ÈçÏÂ,È»ºóÓÃsniffer¼ì²éÍ·ÐÅϢʱ,ȴʲôҲûÓÐ.ÕâÊÇΪʲô°¡?
>                 response = get_response()
>                 response.set_header('Expires', 'Sun, 19 Nov 1977 05:00:00
> GMT')
>                 response.set_header('Cache-Control', 'no-store, no-cache,
> must-revalidate, post-check=0, pre-check=0')
>                 response.set_header('Pragma','no-cache')
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070625/9057a2dc/attachment.html 

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

2007年06月26日 星期二 12:52

cun heise cunheise在hotmail.com
星期二 六月 26 12:52:38 HKT 2007

好像有db migrate的功能记不得了
奇怪了,为什么你的表改动会很大了。

>From: Tian <askfor在gmail.com>
>Reply-To: python-chinese在lists.python.cn
>To: python-chinese在lists.python.cn
>Subject: Re: [python-chinese]受不了 Django 的ORM了,有没有办法从数据库导出?
>Date: Mon, 25 Jun 2007 10:21:59 +0800
>
>不是有根据表建model的工具吗。
>不过没用过不知道效果如何:)
>
>
>On 6/25/07, Neo Chen <openunix在163.com> wrote:
>>
>>  本来可以用DB Design 
>>工具画ER图.这么方便的事,我在Django中要学种新的数据库义语言。烦死了。
>>
>>如果在已经建好的数据库上再开发,再如果有100多个表,再去写models不是吐血?
>>
>>如果表常常改动,就要删除才能再syncdb ? 有其它方法?
>>
>>_______________________________________________
>>python-chinese
>>Post: send python-chinese在lists.python.cn
>>Subscribe: send subscribe to python-chinese-request在lists.python.cn
>>Unsubscribe: send unsubscribe to  
>>python-chinese-request在lists.python.cn
>>Detail Info: http://python.cn/mailman/listinfo/python-chinese
>>
>>


>_______________________________________________
>python-chinese
>Post: send python-chinese在lists.python.cn
>Subscribe: send subscribe to python-chinese-request在lists.python.cn
>Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>Detail Info: http://python.cn/mailman/listinfo/python-chinese

_________________________________________________________________
与联机的朋友进行交流,请使用  Live Messenger; 
http://get.live.com/messenger/overview 


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

2007年06月26日 星期二 13:56

风向标 vaneoooo在gmail.com
星期二 六月 26 13:56:23 HKT 2007

ÈκÎÒ»¸öÏîÄ¿¶¼»áÓбí¸Ä¶¯µÄʱºò°É¡£

djangoÀïòËÆÎÞÂ۸Ķ¯´óС£¬¶¼±ØÐëÊÖ¶¯À´´¦ÀíÕâЩÂé·³µÄ¶«Î÷

°¥¡£Ò»Ö±ÈÏΪÊǸö·Ç³£²»ÍêÉƵĵط½¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070626/7703a8a7/attachment.html 

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

2007年06月26日 星期二 15:54

cun heise cunheise在hotmail.com
星期二 六月 26 15:54:01 HKT 2007

如果改动太多不如从新做了,不然怎么叫fast development
改动太多也说明scalability做的不好



>From: "风向标" <vaneoooo在gmail.com>
>Reply-To: python-chinese在lists.python.cn
>To: python-chinese在lists.python.cn
>Subject: Re: [python-chinese]受不了 Django 的ORM了,有没有办法从数据库导出?
>Date: Tue, 26 Jun 2007 13:56:23 +0800
>
>任何一个项目都会有表改动的时候吧。
>
>django里貌似无论改动大小,都必须手动来处理这些麻烦的东西
>
>哎。一直认为是个非常不完善的地方。


>_______________________________________________
>python-chinese
>Post: send python-chinese在lists.python.cn
>Subscribe: send subscribe to python-chinese-request在lists.python.cn
>Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>Detail Info: http://python.cn/mailman/listinfo/python-chinese

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com 


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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号