File: apps.py

package info (click to toggle)
python-django-channels 4.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: python: 3,109; makefile: 155; javascript: 60; sh: 8
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
from django.apps import AppConfig


class SampleappConfig(AppConfig):
    default_auto_field = "django.db.models.BigAutoField"
    name = "tests.sample_project.sampleapp"