dreipol / django-scarface

Send push notifications to mobile devices using Amazon SNS
MIT License
43 stars 21 forks source link

Allow the use of a Platform getting the certificate from settings.py #22

Open nanorepublica opened 7 years ago

nanorepublica commented 7 years ago

It was unclear from the docs how the settings described actually link up to using boto to make the necessary API calls with the correct credentials.

These changes allow settings to be used if the certificate credentials have not been applied to the model.

Do let me know if this is incorrect, if so the documentation needs to be updated to be clearer