mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Added default auto field in application config
This commit is contained in:
parent
c22380189e
commit
dea5f04ada
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from django.utils.translation import gettext_lazy as _
|
|||
class Config(AppConfig):
|
||||
name = "notifications"
|
||||
verbose_name = _("Notifications")
|
||||
default_auto_field = 'django.db.models.AutoField'
|
||||
|
||||
def ready(self):
|
||||
super(Config, self).ready()
|
||||
|
|
|
|||
Loading…
Reference in a new issue