apps.py 89 Bytes
from django.apps import AppConfig


class WebsiteConfig(AppConfig):
    name = 'website'