Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions django_notification_system/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
from django.apps import AppConfig

default_app_config = "django_notification_system.Config"


class Config(AppConfig):
name = "django_notification_system"
8 changes: 4 additions & 4 deletions django_notification_system/apps.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-


from django.apps import AppConfig

default_app_config = "django_notification_system.Config"


class Notifications(AppConfig):
name = 'Notifications'
class Config(AppConfig):
name = "django_notification_system"