File: apps.py

package info (click to toggle)
django-select2 7.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 1,654; javascript: 66; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""Django application configuration."""
from django.apps import AppConfig


class Select2AppConfig(AppConfig):
    """Django application configuration."""

    name = "django_select2"
    verbose_name = "Select2"