全局的announcement api

This commit is contained in:
zema1
2017-10-30 15:07:52 +08:00
parent 728373a5ff
commit f0655ee305
8 changed files with 28 additions and 6 deletions

View File

@@ -15,3 +15,4 @@ class Announcement(models.Model):
class Meta:
db_table = "announcement"
ordering = ('-create_time',)