Commit 0f500cb9 by Bill Filler

add get/post api for Journal

parent 79921e67
......@@ -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