0.0.8 Services
This commit is contained in:
@@ -2,5 +2,5 @@ from .models import *
|
||||
|
||||
def get_sections():
|
||||
|
||||
sections = Section.objects.filter(enable=True)
|
||||
sections = Section.objects.filter(enable=True).order_by('order')
|
||||
return sections
|
||||
Reference in New Issue
Block a user