File: apps.py

package info (click to toggle)
django-filter 25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,228 kB
  • sloc: python: 7,970; javascript: 7,213; makefile: 157; sh: 16
file content (7 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
from django.apps import AppConfig


class RestFrameworkTestConfig(AppConfig):
    name = "tests.rest_framework"
    label = "drf_test_app"
    verbose_name = "Rest Framework Test App"