add pinned news, delete db vlaue 'is_event'
This commit is contained in:
@@ -108,7 +108,7 @@ def tag_complete(request):
|
||||
|
||||
def get_next_dict():
|
||||
# TODO: Docstring
|
||||
posts = Post.article_objects.order_by('-public_date').values('slug')
|
||||
posts = Post.articles.values('slug')
|
||||
print(posts)
|
||||
d = {}
|
||||
print(d)
|
||||
|
||||
Reference in New Issue
Block a user