mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-23 16:50:22 +00:00
Added default auto field in application config
This commit is contained in:
parent
64fd81502d
commit
0fd3f42f71
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ from django.apps import AppConfig
|
|||
|
||||
class Config(AppConfig):
|
||||
name = "notifications"
|
||||
default_auto_field = 'django.db.models.AutoField'
|
||||
|
||||
def ready(self):
|
||||
super(Config, self).ready()
|
||||
|
|
|
|||
Loading…
Reference in a new issue