Go to file
Jessica McKellar 018c62829a Give our models meaningful reprs.
>>> 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)
2012-08-29 10:45:20 -04:00
humbug Serve static files 2012-08-28 18:36:55 -04:00
templates/zephyr Tab between class and personal message 2012-08-28 19:09:48 -04:00
zephyr Give our models meaningful reprs. 2012-08-29 10:45:20 -04:00
.gitignore Add gitignore 2012-08-28 18:36:55 -04:00
manage.py Add manage.py (oops). 2012-08-28 12:45:35 -04:00
models.py Initial commit of sqlalchemy models. 2012-08-28 12:41:50 -04:00
setup-server Make timestamps on zephyrs timezone-aware. 2012-08-28 17:08:38 -04:00