From 347cfe8e9f2187a295508b3d877b9168ec9dae3b Mon Sep 17 00:00:00 2001 From: Khushi-Sardhara Date: Wed, 21 Jun 2023 22:33:59 +0530 Subject: [PATCH] refactor: lint issue fixes for apps and admin --- Access/apps.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Access/apps.py b/Access/apps.py index 0276054c..ccbc7fcf 100644 --- a/Access/apps.py +++ b/Access/apps.py @@ -1,6 +1,9 @@ +""" This file contains registered application """ + from django.apps import AppConfig class AccessConfig(AppConfig): + """ class ro register the application""" default_auto_field = "django.db.models.BigAutoField" name = "Access"