From 656460e0abc354773117f695cf3a28bee960e2a7 Mon Sep 17 00:00:00 2001 From: Rad Date: Tue, 26 Feb 2019 00:43:05 +0000 Subject: Messing with millenialcaves.html or similar --- core/views_caves.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/views_caves.py') diff --git a/core/views_caves.py b/core/views_caves.py index 700779d..3b9360c 100644 --- a/core/views_caves.py +++ b/core/views_caves.py @@ -17,6 +17,7 @@ import re, urlparse from django.shortcuts import get_object_or_404 import settings + from PIL import Image, ImageDraw, ImageFont import string, os, sys, subprocess @@ -61,7 +62,7 @@ def caveindex(request): def millenialcaves(request): #RW messing around area - caves = Cave.objects.all() + return HttpResponse("It's Rad breaking things") -- cgit v1.2.3