Commit 4620693e authored by Mario Chirinos's avatar Mario Chirinos

websearch

parent eecb1d51
......@@ -95,7 +95,7 @@ def settingsSearches(request):
def getNewsByRequest(request, values=None):
print ("getNewsByRequest\n\n\n")
print(request.GET)
print("GET REQUEST", request.GET)
form = SearchForm(request.GET)
myQuery = ~Q()
orderBy = "-date"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment