GS
заплюсуйте эту тему, кто согласен
Size: a a a
GS
D
YK
DT
U
class Meta:
db_table = 'open_cart'
class Meta:
db_table = 'app_name_open_cart'
T
class Meta:
db_table = 'open_cart'
class Meta:
db_table = 'app_name_open_cart'
U
U
T
U
🔐
MB
DT
a
A
class Meta:
db_table = 'open_cart'
class Meta:
db_table = 'app_name_open_cart'
class CoreView(TemplateView):
"""
Открытие главной страницы сайта
"""
appdata = utils.get_appdata(__file__)
def get(self, request, *args, **kwargs):
context['title'] = self.appdata['title']
U
class CoreView(TemplateView):
"""
Открытие главной страницы сайта
"""
appdata = utils.get_appdata(__file__)
def get(self, request, *args, **kwargs):
context['title'] = self.appdata['title']
DT
class CoreView(TemplateView):
"""
Открытие главной страницы сайта
"""
appdata = utils.get_appdata(__file__)
def get(self, request, *args, **kwargs):
context['title'] = self.appdata['title']
MB
S
, render() got an unexpected keyword argument 'renderer'
DT
, render() got an unexpected keyword argument 'renderer'