Python论坛  - 讨论区

标题:[python-chinese] django里多个app可以相互共享数据吗?

2006年05月17日 星期三 16:32

Batfree batfreelist at gmail.com
Wed May 17 16:32:50 HKT 2006

在一个app里可以引用其他的app里的Model吗?应该如何使用呢?
-- 
I am thinking!

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

2006年05月17日 星期三 17:08

yi huang yi.codeplayer at gmail.com
Wed May 17 17:08:40 HKT 2006

import就可以

On 5/17/06, Batfree <batfreelist at gmail.com> wrote:
>
> 在一个app里可以引用其他的app里的Model吗?应该如何使用呢?
> --
> I am thinking!
>
> _______________________________________________
> 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.blogbus.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060517/4ab1f359/attachment.htm

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

2006年05月17日 星期三 19:13

batfree batfreelist at gmail.com
Wed May 17 19:13:27 HKT 2006

我import了,运行时没有报错,但是出现了问题,admin界面下只显示一个admin,
而且看shell输出没有建立相应的表。不知道问题出在什么地方。

yi huang 写道:
> import就可以
> 
> On 5/17/06, *Batfree* <batfreelist at gmail.com
> batfreelist at gmail.com>> wrote:
> 
>     在一个app里可以引用其他的app里的Model吗?应该如何使用呢?
>     --
>     I am thinking!
> 
>     _______________________________________________
>     python-chinese
>     Post: send python-chinese at lists.python.cn
>     python-chinese at lists.python.cn>
>     Subscribe: send subscribe to python-chinese-request at lists.python.cn
>     python-chinese-request at lists.python.cn>
>     Unsubscribe: send unsubscribe
>     to  python-chinese-request at lists.python.cn
>     python-chinese-request at lists.python.cn>
>     Detail Info: http://python.cn/mailman/listinfo/python-chinese
>     <http://python.cn/mailman/listinfo/python-chinese>
> 
> 
> 
> 
> -- 
> http://codeplayer.blogbus.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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

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

2006年05月18日 星期四 09:02

=?ISO-2022-JP?B?GyRCcjJDaRsoQg==?= weizhong2004 at gmail.com
Thu May 18 09:02:44 HKT 2006

来自 Django 文档 model-api.txt

跨文件 model 引用
===================

要关联一个 model 到另一个模块中的某个 model, 很容易. 只要在你的 model 模块顶部 import 要关联的 model
所在的模块名, 然后引用需要的该模块中的其它 model 类就可以了,象下面这样::

    from myproject.otherapp import Site

    class MyModel(models.Model):
        # ...
        sites = models.ManyToManyField(Site)



-- 
开飞机的舒克
http://www.lvye.org/shuke
msn:weizhong at netease.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060518/c0188195/attachment.html

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

2006年05月18日 星期四 13:49

风向标 vaneoooo at gmail.com
Thu May 18 13:49:16 HKT 2006

确实应该看文档啊

e文不行有魏忠兄的中文版啊`

大多开发中需要了解的部分已经翻译出来了的




在06-5-18,魏忠 <weizhong2004 at gmail.com> 写道:
>
> 来自 Django 文档 model-api.txt
>
> 跨文件 model 引用
> ===================
>
> 要关联一个 model 到另一个模块中的某个 model, 很容易. 只要在你的 model 模块顶部 import 要关联的 model
> 所在的模块名, 然后引用需要的该模块中的其它 model 类就可以了,象下面这样::
>
>     from myproject.otherapp import Site
>
>     class MyModel(models.Model):
>         # ...
>         sites = models.ManyToManyField(Site)
>
>
>
>
> --
> 开飞机的舒克
> http://www.lvye.org/shuke
> msn:weizhong at netease.com
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060518/30b0bbdc/attachment-0001.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号