diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-28 13:39:02 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-28 13:39:02 -0500 |
commit | 9a620cf42bf1fe6977e378bd834b41ff4a593dde (patch) | |
tree | cf41a0582681cecaf88a30bfe409f9c2be57972a /app/sightings | |
parent | 6e5897117124cd60ae81efb1574c6347f48e60e5 (diff) |
main: removed some apps I wasn't using and added bak to git to preserve
a copy of old apps
Diffstat (limited to 'app/sightings')
-rw-r--r-- | app/sightings/views.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/sightings/views.py b/app/sightings/views.py index 0c1f296..5e4de57 100644 --- a/app/sightings/views.py +++ b/app/sightings/views.py @@ -47,10 +47,4 @@ class SightingDetailView(LuxDetailView): context['sighting'] = Sighting.objects.filter( ap__slug=self.kwargs['slug'] ).prefetch_related('location') - #try: - # context['recording'] = SightingAudio.objects.get( - # ap__slug=self.kwargs['slug'] - # ) - #except SightingAudio.DoesNotExist: - # pass return context |