We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f583a3b + 13a0367 commit 14bb9b3Copy full SHA for 14bb9b3
1 file changed
recurrence/apps.py
@@ -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