Add GASConfig.default_auto_field
This commit is contained in:
parent
3ef0857127
commit
c2d2c3a059
|
@ -3,6 +3,7 @@ from django.utils.translation import gettext_lazy as _
|
||||||
|
|
||||||
|
|
||||||
class GASConfig(AppConfig):
|
class GASConfig(AppConfig):
|
||||||
|
default_auto_field = 'django.db.models.AutoField'
|
||||||
name = 'gas'
|
name = 'gas'
|
||||||
verbose_name = _('GAS')
|
verbose_name = _('GAS')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue