2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 18:57:05 +00:00

Messing with millenialcaves.html or similar

This commit is contained in:
Rad
2019-02-26 00:43:05 +00:00
parent c4455168c6
commit b33ca2b290
2 changed files with 4 additions and 28 deletions

View File

@@ -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")