style: [FC-0047] add module docstrings
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
"""
|
||||
URLs for the mobile_api.notifications APIs.
|
||||
"""
|
||||
from django.urls import path
|
||||
from .views import GCMDeviceViewSet
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
"""
|
||||
This module contains the view for registering a device for push notifications.
|
||||
"""
|
||||
from django.conf import settings
|
||||
from rest_framework import status
|
||||
from rest_framework.response import Response
|
||||
|
||||
Reference in New Issue
Block a user