mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-08 21:24:59 +00:00
6 lines
147 B
Python
6 lines
147 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DjlsAppConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'djls_app'
|