mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 05:59:53 +00:00
6 lines
146 B
Python
6 lines
146 B
Python
from django.apps import AppConfig
|
|
|
|
class AppConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'terminus.app'
|