mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
>>> from zephyr.models import UserProfile, Recipient, Zephyr, ZephyrClass >>> for klass in [UserProfile, Recipient, Zephyr, ZephyrClass]: ... print klass.objects.all()[:2] ... [<UserProfile: othello>, <UserProfile: iago>] [<Recipient: Verona (1, class)>, <Recipient: Denmark (2, class)>] [<Zephyr: Scotland / Scotland3 / <UserProfile: prospero>>, <Zephyr: Venice / Venice3 / <UserProfile: iago>>] [<ZephyrClass: Verona>, <ZephyrClass: Denmark>] (imported from commit 9998ffe40800213a5425990d6e85f5c5a43a5355) |
||
|---|---|---|
| humbug | ||
| templates/zephyr | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||
| models.py | ||
| setup-server | ||