jfinn 9 месяцев назад
Родитель
Сommit
935eeec4ff
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/oscar/apps/catalogue/views.py

+ 1
- 1
src/oscar/apps/catalogue/views.py Просмотреть файл

28
     enforce_parent = False
28
     enforce_parent = False
29
 
29
 
30
     def get(self, request, *args, **kwargs):
30
     def get(self, request, *args, **kwargs):
31
-        print("GET ProductDetailView")
32
         """
31
         """
33
         Ensures that the correct URL is used before rendering a response
32
         Ensures that the correct URL is used before rendering a response
34
         """
33
         """
34
+        print("GET ProductDetailView")
35
         # pylint: disable=attribute-defined-outside-init
35
         # pylint: disable=attribute-defined-outside-init
36
         self.object = product = self.get_object()
36
         self.object = product = self.get_object()
37
 
37
 

Загрузка…
Отмена
Сохранить