Files
Aerbim/ServicesApp/funcs.py
2023-11-26 16:19:21 +03:00

6 lines
114 B
Python

from .models import *
def get_sections():
sections = Section.objects.filter(enable=True)
return sections