mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 10:08:30 +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'
|