0.0.5 init, rm db
This commit is contained in:
6
ServicesApp/funcs.py
Normal file
6
ServicesApp/funcs.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .models import *
|
||||
|
||||
def get_sections():
|
||||
|
||||
sections = Section.objects.filter(enable=True)
|
||||
return sections
|
||||
Reference in New Issue
Block a user