1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-06-27 23:00:05 +00:00
Eugene Pankov dc69574c07
wip
2021-06-12 13:05:35 +02:00

6 lines
146 B
Python

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