ubottu-web/ubottu/factoids/apps.py
Nils Büchner 89fa95f931 - add cache
- add github issue support
2024-04-01 22:27:00 +02:00

6 lines
No EOL
147 B
Python

from django.apps import AppConfig
class FactoidsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'factoids'