File: apps.py

package info (click to toggle)
django-haystack 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,512 kB
  • sloc: python: 23,577; xml: 1,708; makefile: 71; sh: 65
file content (6 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
from django.apps import AppConfig


class SimpleTestAppConfig(AppConfig):
    name = "test_haystack.test_app_using_appconfig"
    verbose_name = "Simple test app using AppConfig"