Skip to content

Commit 14bb9b3

Browse files
authored
Merge pull request #302 from uMedeor/fixMissingAutoPkField
Fix missing autopk field specification
2 parents f583a3b + 13a0367 commit 14bb9b3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

recurrence/apps.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from django.apps import AppConfig
2+
3+
4+
class RecurrenceConfig(AppConfig):
5+
default_auto_field = "django.db.models.BigAutoField"
6+
name = "recurrence"

0 commit comments

Comments
 (0)