mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-20 07:10:23 +00:00
8 lines
202 B
Python
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"
|