File: apps.py

package info (click to toggle)
django-rq 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 708 kB
  • sloc: python: 3,598; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
6

from django.apps import AppConfig


class IntegrationAppConfig(AppConfig):
    name = 'integration_app'