changeset 385 | 6d410bf49a82 |
parent 369 | 2955eff2bf94 |
child 682 | 187f4d95fedb |
384:45d6a1b492d6 | 385:6d410bf49a82 |
---|---|
21 ] |
21 ] |
22 |
22 |
23 |
23 |
24 from django.utils.translation import ugettext_lazy |
24 from django.utils.translation import ugettext_lazy |
25 |
25 |
26 from google.appengine.ext import db |
|
27 |
|
28 from soc import models |
|
29 |
|
30 import soc.models.group |
26 import soc.models.group |
31 |
27 |
32 |
28 |
33 class Organization(soc.models.group.Group): |
29 class Organization(soc.models.group.Group): |
34 """Organization details. |
30 """Organization details. |