File: apps.py

package info (click to toggle)
python-djangorestframework-flex-fields 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: python: 1,410; sh: 6; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from django.apps import AppConfig


class TestappConfig(AppConfig):
    name = 'tests.testapp'