Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbshoaib committed Oct 20, 2023
1 parent 6b6900f commit 39b7400
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig


class PushNotificationConfig(AppConfig):
name = "Push Notification"

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize_options(self):
setup(
name="cb_firebase_push_notifications",
version="0.1",
packages=["firebase_push_notifications"],
packages=[],
install_requires=["fcm_django ~= 1.0.12", "firebase-admin ~= 5.4.0"],
cmdclass={"build": BuildCommand},
)

0 comments on commit 39b7400

Please sign in to comment.