Messing with millenialcaves.html or similar

This commit is contained in:
Rad 2019-02-26 00:33:04 +00:00
parent 78bf9986b7
commit 4fac4317a3

View File

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