forked from expo/troggle
Messing with millenialcaves.html or similar
This commit is contained in:
parent
78bf9986b7
commit
4fac4317a3
@ -62,6 +62,7 @@ def caveindex(request):
|
||||
def millenialcaves(request):
|
||||
#RW messing around area
|
||||
caves = Cave.objects.all()
|
||||
return HttpResponse("It's Rad breaking things")
|
||||
notablecavehrefs = settings.NOTABLECAVESHREFS
|
||||
notablecaves = [Cave.objects.get(kataster_number=kataster_number) for kataster_number in notablecavehrefs ]
|
||||
caves1623 = list(Cave.objects.filter(area__short_name = "1623"))
|
||||
|
Loading…
Reference in New Issue
Block a user