File: apps.py

package info (click to toggle)
python-django-adminplus 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 209; sh: 43; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
from django.apps import AppConfig


class AdminPlusConfig(AppConfig):
    label = 'adminplus'
    name = 'adminplus'
    verbose_name = 'Administration'