File: apps.py

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


class App3Config(AppConfig):
    name = "app3"