Skip to content

hacernur/django-sloop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sloop

Sloop is the fastest & most reliable RESTful push notification service so far. This package contains some tools that will ease the implementation of sloop into django projects.

Django-Sloop

Installation

1 - Install the package via Github or PIP

2 - Add sloop to the INSTALLED_APPS list in the settings file.

3 - Extend the sloop.models.DeviceBaseClass class and create your own pushtoken device model.

4 - Make sure that you fill necessary information at the settings file:

# Push Notification Settings
SLOOP_APP_KEY = ''
SLOOP_APP_TOKEN = ''
SLOOP_DEVICE_TOKEN_MODEL = 'profiles.DevicePushToken'

5 - Add sloop.models.PushNotificationMixin to your UserProfile model.

Done!

About

The django package for sloop implementation

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 93.2%
  • HTML 6.8%