File: apps.py

package info (click to toggle)
djangorestframework-api-key 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: python: 926; makefile: 53; sh: 3
file content (6 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
from django.apps import AppConfig


class HeroesConfig(AppConfig):
    default_auto_field = "django.db.models.BigAutoField"
    name = "test_project.heroes"