File: apps.py

package info (click to toggle)
python-django-extensions 4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,812 kB
  • sloc: python: 18,601; javascript: 7,354; makefile: 108; xml: 17
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
from django.apps import AppConfig


class DjangoExtensionsConfig(AppConfig):
    name = "django_extensions"
    verbose_name = "Django Extensions"