mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
9 lines
213 B
Python
9 lines
213 B
Python
"""Django application configuration."""
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class Select2AppConfig(AppConfig):
|
|
"""Django application configuration."""
|
|
|
|
name = 'django_select2'
|
|
verbose_name = 'Select2'
|