jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.27k stars 614 forks source link

How do I register a device via template #456

Open arikgelman opened 6 years ago

arikgelman commented 6 years ago

Hi,

After installing and setting the keys in the settings.py file, How do I register a device via the HTML template?

Thanks, Arik

jamaalscarlett commented 6 years ago

@arikgelman I'm not sure what you mean by template, as this package does not include a template. It is a standard Django app, so you register a device by creating an instance of the appropriate device model.