File: apps.py

package info (click to toggle)
python-django-extensions 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,396 kB
  • sloc: python: 11,858; makefile: 116
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
from django.apps import AppConfig


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