Pylint fixes

This commit is contained in:
Horilla
2025-04-30 14:55:35 +05:30
parent 7e8d7b57c9
commit 9f21b43f15
12 changed files with 93 additions and 72 deletions

View File

@@ -1,5 +1,7 @@
from django.contrib import admin
from .models import GeoFencing
# Register your models here.
admin.site.register(GeoFencing)