mirror of https://github.com/zulip/zulip.git
018c62829a
>>> 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 |