File: apps.py

package info (click to toggle)
django-bitfield 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 903; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
from django.apps import AppConfig


class BitFieldAppConfig(AppConfig):
    name = 'bitfield'
    verbose_name = "Bit Field"