89fa95f931
- add github issue support
6 lines
No EOL
147 B
Python
6 lines
No EOL
147 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FactoidsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'factoids' |