dreipol / django-scarface

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

Setting up #16

Open hammadzz opened 8 years ago

hammadzz commented 8 years ago

I am having a really really tough time getting this to work. The documentation is incomplete.

What I have done so far: pip install scarface add 'scarface' in INSTALLED_APPS under settings.py add the following constants in settings.py:

  1. AWS_ACCESS_KEY = 'MYKEYSTRING'
  2. AWS_SECRET_ACCESS_KEY = 'MYSECRETSTRING'
  3. SCARFACE_REGION_NAME = 'us-east-1'

Under admin console I tried to add a new app and add platforms. Tried making topics. Nothing ends up on my AWS account.

melbic commented 8 years ago

Sorry you're having difficulties while setting up Scarface. I'll look into it later this week. If you have suggestions to improve the documentation, don't hesitate to create a pull request.