django-notifications/sample_website/sample_app/apps.py
2023-06-26 23:58:05 +00:00

8 lines
202 B
Python

""" Django notifications apps file """
# -*- coding: utf-8 -*-
from django.apps import AppConfig
class Config(AppConfig):
name = "sample_app"
default_auto_field = "django.db.models.AutoField"