chore(): removed redundant default_auto_field
This commit is contained in:
@@ -2,6 +2,5 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class AuthConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "api.v1.auth"
|
||||
label = "api_v1_auth"
|
||||
|
||||
@@ -2,5 +2,4 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class FlagsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.flags"
|
||||
|
||||
@@ -2,5 +2,4 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class ReviewsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.reviews"
|
||||
|
||||
@@ -2,5 +2,4 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class UsersConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.users"
|
||||
|
||||
Reference in New Issue
Block a user