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:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user