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 5edd527aaba4e33b526f04f58d0db2b8a4ef278e 6 lines 161 B view raw
1from django.apps import AppConfig 2 3 4class FblIntegrationConfig(AppConfig): 5 default_auto_field = "django.db.models.BigAutoField" 6 name = "fbl_integration"