Commit eeb7ac1b by Bill Filler Committed by Matt Tuchfarber

add get/post api for Journal

parent 7af03419
......@@ -36,7 +36,7 @@ class Journal(TimeStampedModel):
class Meta:
unique_together = (
('partner', 'uuid')
('partner', 'uuid'),
)
ordering = ('created',)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment