Formatting and Cleaning code base (#110)
This commit is contained in:
committed by
GitHub
parent
fb10738b39
commit
42c5b34353
@@ -2,5 +2,5 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class HorillaWidgetsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'horilla_widgets'
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "horilla_widgets"
|
||||
|
||||
Reference in New Issue
Block a user