From c23bbd34b4f31002c47ef6167144f104b74b5b71 Mon Sep 17 00:00:00 2001 From: pnshiralkar Date: Thu, 14 May 2020 16:26:01 +0530 Subject: Improved Adminsite view, changed CDN to static files --- cms/views.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'cms/views.py') diff --git a/cms/views.py b/cms/views.py index 8a324f4..0b74822 100644 --- a/cms/views.py +++ b/cms/views.py @@ -20,8 +20,6 @@ def home(request, permalink=''): nav_obj['subnavs'] = subnav_objects.filter(nav=nav).order_by('position') navs.insert(-1, nav_obj) - print(navs) - if page.exists(): page = page.first() else: -- cgit