Free and open source ticket system written in python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 8a6a147d99fb5ebd921c6d861e514f3d4e2d1181 6 lines 140 B view raw
1from django.apps import AppConfig 2 3 4class CoreConfig(AppConfig): 5 default_auto_field = "django.db.models.BigAutoField" 6 name = "core"