Skip to content

Commit

Permalink
Merge pull request #1121 from kartoza/feature/1105-Remove-Unsed-Table
Browse files Browse the repository at this point in the history
Feature/1105 remove unused table
  • Loading branch information
tinashechiraya authored Oct 16, 2024
2 parents 280e7e4 + b04a490 commit 976c152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_project/monitor/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from django.utils.encoding import smart_str
from django.http import HttpResponse
from minisass_authentication.models import UserProfile
from django.contrib.sites.models import Site

from monitor.forms import ObservationPestImageForm
from .models import (
Assessment,
Sites,
Observations,
SiteImage,
Expand Down Expand Up @@ -257,4 +257,4 @@ def download_selected_sites(self, request, queryset):


admin.site.register(ObservationPestImage)
admin.site.register(Assessment, admin.ModelAdmin)
admin.site.unregister(Site)

0 comments on commit 976c152

Please sign in to comment.