File: apps.py

package info (click to toggle)
python-django-pgtrigger 4.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 956 kB
  • sloc: python: 4,412; makefile: 114; sh: 8; sql: 2
file content (5 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import django.apps


class PGTriggerTestsSyncdbAppConfig(django.apps.AppConfig):
    name = "pgtrigger.tests.syncdb_app"