Explorar el Código

auto commit

master
jfinn hace 8 meses
padre
commit
3d0e7db350
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/oscar/apps/search/views/catalogue.py

+ 1
- 0
src/oscar/apps/search/views/catalogue.py Ver fichero

@@ -27,6 +27,7 @@ class CatalogueView(BaseSearchView):
27 27
 
28 28
     def get(self, request, *args, **kwargs):
29 29
         try:
30
+            
30 31
             # print("GET CAT")
31 32
             # print(traceback.print_stack())
32 33
             return super().get(request, *args, **kwargs)

Loading…
Cancelar
Guardar