forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
parent
32c186afd7
commit
1d7cf3f41a
@ -63,14 +63,6 @@ def caveindex(request):
|
|||||||
def millenialcaves(request):
|
def millenialcaves(request):
|
||||||
#RW messing around area
|
#RW messing around area
|
||||||
return HttpResponse("Test text", content_type="text/plain")
|
return HttpResponse("Test text", content_type="text/plain")
|
||||||
caves = Cave.objects.all()
|
|
||||||
notablecavehrefs = settings.NOTABLECAVESHREFS
|
|
||||||
notablecaves = []
|
|
||||||
caves1623 = list(Cave.objects.filter(area__short_name = "1623"))
|
|
||||||
caves1626 = list(Cave.objects.filter(area__short_name = "1626"))
|
|
||||||
caves1623.sort(caveCmp)
|
|
||||||
caves1626.sort(caveCmp)
|
|
||||||
return render(HttpResponse(content="Some text"))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user