動態 models 載入方式?

3 views
Skip to first unread message

SeedSeek

unread,
May 6, 2017, 5:00:41 AM5/6/17
to Uliweb
如果在 settings.ini -> [MODELS] -> 沒設定 models.py 的載入內容

在做 syncdb 的時候要如何載入 models.py 的內容?

limodou

unread,
May 7, 2017, 2:12:18 AM5/7/17
to uliweb
现在不设定是不行的,syncdb只能从settings.ini中读取。它本身其实并不读取,是uliweb.contrib.orm会处理。

On Sat, May 6, 2017 at 5:00 PM, SeedSeek <frt5...@gmail.com> wrote:
> 如果在 settings.ini -> [MODELS] -> 沒設定 models.py 的載入內容
>
> 在做 syncdb 的時候要如何載入 models.py 的內容?
>
> --
> -- ----
> Project : https://github.com/limodou/uliweb
> doc : http://limodou.github.com/uliweb-doc
> ---
> You received this message because you are subscribed to the Google Groups
> "Uliweb" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to uliweb+un...@googlegroups.com.
> To post to this group, send email to uli...@googlegroups.com.
> Visit this group at https://groups.google.com/group/uliweb.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
My Blog: http://my.oschina.net/limodou

cnidance

unread,
Jun 20, 2017, 8:50:18 PM6/20/17
to uli...@googlegroups.com
有沒有方法直接在 .py 程式裡,直接在 get_model 的清單增加一個 model class instance 或 model path string ('myuser.models.user')?



~Ten ~

2017-05-07 14:12 GMT+08:00 limodou <lim...@gmail.com>:
现在不设定是不行的,syncdb只能从settings.ini中读取。它本身其实并不读取,是uliweb.contrib.orm会处理。

On Sat, May 6, 2017 at 5:00 PM, SeedSeek <frt5...@gmail.com> wrote:
> 如果在 settings.ini -> [MODELS] -> 沒設定 models.py 的載入內容
>
> 在做 syncdb 的時候要如何載入 models.py 的內容?
>
> --
> -- ----
> Project : https://github.com/limodou/uliweb
> doc : http://limodou.github.com/uliweb-doc
> ---
> You received this message because you are subscribed to the Google Groups
> "Uliweb" group.
> To unsubscribe from this group and stop receiving emails from it, send an

> To post to this group, send email to uli...@googlegroups.com.
> Visit this group at https://groups.google.com/group/uliweb.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
My Blog: http://my.oschina.net/limodou
--
-- ----
Project : https://github.com/limodou/uliweb
doc : http://limodou.github.com/uliweb-doc
---
You received this message because you are subscribed to the Google Groups "Uliweb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uliweb+unsubscribe@googlegroups.com.

To post to this group, send email to uli...@googlegroups.com.
Visit this group at https://groups.google.com/group/uliweb.

limodou

unread,
Jun 21, 2017, 10:07:58 AM6/21/17
to uliweb
你的意思是没有经过配置直接使用吗?

On Wed, Jun 21, 2017 at 8:50 AM, cnidance <frt5...@gmail.com> wrote:
> 有沒有方法直接在 .py 程式裡,直接在 get_model 的清單增加一個 model class instance 或 model path
> string ('myuser.models.user')?
>
>
>
> ~Ten ~
>
> 2017-05-07 14:12 GMT+08:00 limodou <lim...@gmail.com>:
>>
>> 现在不设定是不行的,syncdb只能从settings.ini中读取。它本身其实并不读取,是uliweb.contrib.orm会处理。
>>
>> On Sat, May 6, 2017 at 5:00 PM, SeedSeek <frt5...@gmail.com> wrote:
>> > 如果在 settings.ini -> [MODELS] -> 沒設定 models.py 的載入內容
>> >
>> > 在做 syncdb 的時候要如何載入 models.py 的內容?
>> >
>> > --
>> > -- ----
>> > Project : https://github.com/limodou/uliweb
>> > doc : http://limodou.github.com/uliweb-doc
>> > ---
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Uliweb" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to uliweb+un...@googlegroups.com.
>> > To post to this group, send email to uli...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/uliweb.
>> > To view this discussion on the web visit
>> >
>> > https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> I like python!
>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> My Blog: http://my.oschina.net/limodou
>>
>> --
>> -- ----
>> Project : https://github.com/limodou/uliweb
>> doc : http://limodou.github.com/uliweb-doc
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Uliweb" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to uliweb+un...@googlegroups.com.
>> To post to this group, send email to uli...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/uliweb.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/uliweb/CADCtg9_WW-w74gu93jnhaDmy09AvD8W1Bg3GPiUZ-U1J%2Bk2Esg%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> -- ----
> Project : https://github.com/limodou/uliweb
> doc : http://limodou.github.com/uliweb-doc
> ---
> You received this message because you are subscribed to the Google Groups
> "Uliweb" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to uliweb+un...@googlegroups.com.
> To post to this group, send email to uli...@googlegroups.com.
> Visit this group at https://groups.google.com/group/uliweb.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/uliweb/CAHLXMV8X5mRreSq2A%3DWUqwSE2X%2B_4f0KbMZw8E3KduR2pS5HdQ%40mail.gmail.com.

limodou

unread,
Jun 21, 2017, 10:09:43 AM6/21/17
to uliweb
可以参考 uliweb.contrib.orm/__init__.py

orm.set_model(path, name)

path是'xxx.models.Model', name 是 'model'

cnidance

unread,
Jun 21, 2017, 10:29:53 PM6/21/17
to uli...@googlegroups.com
如果 Model 是直接在 .py 程式裡面動態生成的,只有 model class instance 沒有 model path ,這樣可以新增到 get_model 清單嗎?



~Ten ~


>>> > To post to this group, send email to uli...@googlegroups.com.
>>> > Visit this group at https://groups.google.com/group/uliweb.
>>> > To view this discussion on the web visit
>>> >
>>> > https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
>>> > For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>>
>>> --
>>> I like python!
>>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>>> My Blog: http://my.oschina.net/limodou
>>>
>>> --
>>> -- ----
>>> Project : https://github.com/limodou/uliweb
>>> doc : http://limodou.github.com/uliweb-doc
>>> ---
>>> You received this message because you are subscribed to the Google Groups
>>> "Uliweb" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an

>>> To post to this group, send email to uli...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/uliweb.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/uliweb/CADCtg9_WW-w74gu93jnhaDmy09AvD8W1Bg3GPiUZ-U1J%2Bk2Esg%40mail.gmail.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> -- ----
>> Project : https://github.com/limodou/uliweb
>> doc : http://limodou.github.com/uliweb-doc
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Uliweb" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To post to this group, send email to uli...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/uliweb.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/uliweb/CAHLXMV8X5mRreSq2A%3DWUqwSE2X%2B_4f0KbMZw8E3KduR2pS5HdQ%40mail.gmail.com.
>>
>> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> I like python!
> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
> My Blog: http://my.oschina.net/limodou



--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
My Blog: http://my.oschina.net/limodou

--
-- ----
Project : https://github.com/limodou/uliweb
doc : http://limodou.github.com/uliweb-doc
---
You received this message because you are subscribed to the Google Groups "Uliweb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uliweb+unsubscribe@googlegroups.com.

To post to this group, send email to uli...@googlegroups.com.
Visit this group at https://groups.google.com/group/uliweb.

limodou

unread,
Jun 23, 2017, 7:18:04 PM6/23/17
to uliweb
应该可以,如:

In [1]: from uliweb.orm import set_model

In [2]: from uliweb.orm import *

In [3]: class Test(Model):
...: name = Field(str, max_length=10)
...:

In [4]: set_model(Test, 'test')

In [5]: T = functions.get_model('test')
>> >>> > email to uliweb+un...@googlegroups.com.
>> >>> > To post to this group, send email to uli...@googlegroups.com.
>> >>> > Visit this group at https://groups.google.com/group/uliweb.
>> >>> > To view this discussion on the web visit
>> >>> >
>> >>> >
>> >>> > https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
>> >>> > For more options, visit https://groups.google.com/d/optout.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> I like python!
>> >>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> >>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> >>> My Blog: http://my.oschina.net/limodou
>> >>>
>> >>> --
>> >>> -- ----
>> >>> Project : https://github.com/limodou/uliweb
>> >>> doc : http://limodou.github.com/uliweb-doc
>> >>> ---
>> >>> You received this message because you are subscribed to the Google
>> >>> Groups
>> >>> "Uliweb" group.
>> >>> To unsubscribe from this group and stop receiving emails from it, send
>> >>> an
>> >>> email to uliweb+un...@googlegroups.com.
>> >>> To post to this group, send email to uli...@googlegroups.com.
>> >>> Visit this group at https://groups.google.com/group/uliweb.
>> >>> To view this discussion on the web visit
>> >>>
>> >>> https://groups.google.com/d/msgid/uliweb/CADCtg9_WW-w74gu93jnhaDmy09AvD8W1Bg3GPiUZ-U1J%2Bk2Esg%40mail.gmail.com.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> >> --
>> >> -- ----
>> >> Project : https://github.com/limodou/uliweb
>> >> doc : http://limodou.github.com/uliweb-doc
>> >> ---
>> >> You received this message because you are subscribed to the Google
>> >> Groups
>> >> "Uliweb" group.
>> >> To unsubscribe from this group and stop receiving emails from it, send
>> >> an
>> >> email to uliweb+un...@googlegroups.com.
>> >> To post to this group, send email to uli...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/uliweb.
>> >> To view this discussion on the web visit
>> >>
>> >> https://groups.google.com/d/msgid/uliweb/CAHLXMV8X5mRreSq2A%3DWUqwSE2X%2B_4f0KbMZw8E3KduR2pS5HdQ%40mail.gmail.com.
>> >>
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> >
>> > --
>> > I like python!
>> > UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> > UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> > My Blog: http://my.oschina.net/limodou
>>
>>
>>
>> --
>> I like python!
>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> My Blog: http://my.oschina.net/limodou
>>
>> --
>> -- ----
>> Project : https://github.com/limodou/uliweb
>> doc : http://limodou.github.com/uliweb-doc
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Uliweb" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to uliweb+un...@googlegroups.com.
>> To post to this group, send email to uli...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/uliweb.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/uliweb/CADCtg99MRnsgAWiDDXry8BN-Kj6DkBcETDjHw_GXBp%3D-Tw9b5g%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> -- ----
> Project : https://github.com/limodou/uliweb
> doc : http://limodou.github.com/uliweb-doc
> ---
> You received this message because you are subscribed to the Google Groups
> "Uliweb" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to uliweb+un...@googlegroups.com.
> To post to this group, send email to uli...@googlegroups.com.
> Visit this group at https://groups.google.com/group/uliweb.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/uliweb/CAHLXMV-eBPXaxS4sdD_GoG-gnnpa0bvkbQnRnTmEUD5b0BdSyQ%40mail.gmail.com.

Chunlin Zhang

unread,
Jun 25, 2017, 9:36:52 PM6/25/17
to uli...@googlegroups.com
值得整理入文档


>> >>> > To post to this group, send email to uli...@googlegroups.com.
>> >>> > Visit this group at https://groups.google.com/group/uliweb.
>> >>> > To view this discussion on the web visit
>> >>> >
>> >>> >
>> >>> > https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
>> >>> > For more options, visit https://groups.google.com/d/optout.
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> I like python!
>> >>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> >>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> >>> My Blog: http://my.oschina.net/limodou
>> >>>
>> >>> --
>> >>> -- ----
>> >>> Project : https://github.com/limodou/uliweb
>> >>> doc : http://limodou.github.com/uliweb-doc
>> >>> ---
>> >>> You received this message because you are subscribed to the Google
>> >>> Groups
>> >>> "Uliweb" group.
>> >>> To unsubscribe from this group and stop receiving emails from it, send
>> >>> an

>> >>> To post to this group, send email to uli...@googlegroups.com.
>> >>> Visit this group at https://groups.google.com/group/uliweb.
>> >>> To view this discussion on the web visit
>> >>>
>> >>> https://groups.google.com/d/msgid/uliweb/CADCtg9_WW-w74gu93jnhaDmy09AvD8W1Bg3GPiUZ-U1J%2Bk2Esg%40mail.gmail.com.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> >> --
>> >> -- ----
>> >> Project : https://github.com/limodou/uliweb
>> >> doc : http://limodou.github.com/uliweb-doc
>> >> ---
>> >> You received this message because you are subscribed to the Google
>> >> Groups
>> >> "Uliweb" group.
>> >> To unsubscribe from this group and stop receiving emails from it, send
>> >> an

>> >> To post to this group, send email to uli...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/uliweb.
>> >> To view this discussion on the web visit
>> >>
>> >> https://groups.google.com/d/msgid/uliweb/CAHLXMV8X5mRreSq2A%3DWUqwSE2X%2B_4f0KbMZw8E3KduR2pS5HdQ%40mail.gmail.com.
>> >>
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> >
>> > --
>> > I like python!
>> > UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> > UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> > My Blog: http://my.oschina.net/limodou
>>
>>
>>
>> --
>> I like python!
>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> My Blog: http://my.oschina.net/limodou
>>
>> --
>> -- ----
>> Project : https://github.com/limodou/uliweb
>> doc : http://limodou.github.com/uliweb-doc
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Uliweb" group.
>> To unsubscribe from this group and stop receiving emails from it, send an

>> To post to this group, send email to uli...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/uliweb.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/uliweb/CADCtg99MRnsgAWiDDXry8BN-Kj6DkBcETDjHw_GXBp%3D-Tw9b5g%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> -- ----
> Project : https://github.com/limodou/uliweb
> doc : http://limodou.github.com/uliweb-doc
> ---
> You received this message because you are subscribed to the Google Groups
> "Uliweb" group.
> To unsubscribe from this group and stop receiving emails from it, send an

> To post to this group, send email to uli...@googlegroups.com.
> Visit this group at https://groups.google.com/group/uliweb.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/uliweb/CAHLXMV-eBPXaxS4sdD_GoG-gnnpa0bvkbQnRnTmEUD5b0BdSyQ%40mail.gmail.com.
>
> For more options, visit https://groups.google.com/d/optout.



--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
My Blog: http://my.oschina.net/limodou

--
-- ----
Project : https://github.com/limodou/uliweb
doc : http://limodou.github.com/uliweb-doc
---
You received this message because you are subscribed to the Google Groups "Uliweb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uliweb+unsubscribe@googlegroups.com.

To post to this group, send email to uli...@googlegroups.com.
Visit this group at https://groups.google.com/group/uliweb.

limodou

unread,
Jun 29, 2017, 10:32:26 AM6/29/17
to uliweb
回头我加进去
>> >> >>> > email to uliweb+un...@googlegroups.com.
>> >> >>> > To post to this group, send email to uli...@googlegroups.com.
>> >> >>> > Visit this group at https://groups.google.com/group/uliweb.
>> >> >>> > To view this discussion on the web visit
>> >> >>> >
>> >> >>> >
>> >> >>> >
>> >> >>> > https://groups.google.com/d/msgid/uliweb/4ec5b002-5239-4aeb-adb7-854630681eac%40googlegroups.com.
>> >> >>> > For more options, visit https://groups.google.com/d/optout.
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> --
>> >> >>> I like python!
>> >> >>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> >> >>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> >> >>> My Blog: http://my.oschina.net/limodou
>> >> >>>
>> >> >>> --
>> >> >>> -- ----
>> >> >>> Project : https://github.com/limodou/uliweb
>> >> >>> doc : http://limodou.github.com/uliweb-doc
>> >> >>> ---
>> >> >>> You received this message because you are subscribed to the Google
>> >> >>> Groups
>> >> >>> "Uliweb" group.
>> >> >>> To unsubscribe from this group and stop receiving emails from it,
>> >> >>> send
>> >> >>> an
>> >> >>> email to uliweb+un...@googlegroups.com.
>> >> >>> To post to this group, send email to uli...@googlegroups.com.
>> >> >>> Visit this group at https://groups.google.com/group/uliweb.
>> >> >>> To view this discussion on the web visit
>> >> >>>
>> >> >>>
>> >> >>> https://groups.google.com/d/msgid/uliweb/CADCtg9_WW-w74gu93jnhaDmy09AvD8W1Bg3GPiUZ-U1J%2Bk2Esg%40mail.gmail.com.
>> >> >>> For more options, visit https://groups.google.com/d/optout.
>> >> >>
>> >> >>
>> >> >> --
>> >> >> -- ----
>> >> >> Project : https://github.com/limodou/uliweb
>> >> >> doc : http://limodou.github.com/uliweb-doc
>> >> >> ---
>> >> >> You received this message because you are subscribed to the Google
>> >> >> Groups
>> >> >> "Uliweb" group.
>> >> >> To unsubscribe from this group and stop receiving emails from it,
>> >> >> send
>> >> >> an
>> >> >> email to uliweb+un...@googlegroups.com.
>> >> email to uliweb+un...@googlegroups.com.
>> >> To post to this group, send email to uli...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/uliweb.
>> >> To view this discussion on the web visit
>> >>
>> >> https://groups.google.com/d/msgid/uliweb/CADCtg99MRnsgAWiDDXry8BN-Kj6DkBcETDjHw_GXBp%3D-Tw9b5g%40mail.gmail.com.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> > --
>> > -- ----
>> > Project : https://github.com/limodou/uliweb
>> > doc : http://limodou.github.com/uliweb-doc
>> > ---
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Uliweb" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an
>> > email to uliweb+un...@googlegroups.com.
>> > To post to this group, send email to uli...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/uliweb.
>> > To view this discussion on the web visit
>> >
>> > https://groups.google.com/d/msgid/uliweb/CAHLXMV-eBPXaxS4sdD_GoG-gnnpa0bvkbQnRnTmEUD5b0BdSyQ%40mail.gmail.com.
>> >
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> I like python!
>> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
>> UliWeb <<simple web framework>>: https://github.com/limodou/uliweb
>> My Blog: http://my.oschina.net/limodou
>>
>> --
>> -- ----
>> Project : https://github.com/limodou/uliweb
>> doc : http://limodou.github.com/uliweb-doc
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Uliweb" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to uliweb+un...@googlegroups.com.
>> To post to this group, send email to uli...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/uliweb.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/uliweb/CADCtg99hWx%3D%3DyODJd4Xmp7wBzfbqmH05siJDHC4%3DrN485rPQfg%40mail.gmail.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> -- ----
> Project : https://github.com/limodou/uliweb
> doc : http://limodou.github.com/uliweb-doc
> ---
> You received this message because you are subscribed to the Google Groups
> "Uliweb" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to uliweb+un...@googlegroups.com.
> To post to this group, send email to uli...@googlegroups.com.
> Visit this group at https://groups.google.com/group/uliweb.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/uliweb/CAG2rzAmGeU5TX-yq5dGBBKTU93tDoBHNs9gPUoqD%2Bsam4cyo1g%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages