0.0.9 section view
This commit is contained in:
@@ -3,6 +3,12 @@ from django.http import HttpResponse, Http404, FileResponse
|
||||
def get_inter_Dict(user):
|
||||
|
||||
Dict = {}
|
||||
|
||||
from ServicesApp.funcs import get_sections
|
||||
sections = get_sections()
|
||||
Dict.update({
|
||||
'sections': sections
|
||||
})
|
||||
# from SubscribesApp.funcs import get_cur_user_subscribe
|
||||
# user_subscribe = get_cur_user_subscribe(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user