0.0.5 init, rm db

This commit is contained in:
SDE
2023-11-26 16:19:21 +03:00
parent bfac39ab49
commit 2fe32c496b
9 changed files with 159 additions and 10 deletions

6
ServicesApp/funcs.py Normal file
View File

@@ -0,0 +1,6 @@
from .models import *
def get_sections():
sections = Section.objects.filter(enable=True)
return sections