style: [FC-0047] add module docstrings

This commit is contained in:
Іван Нєдєльніцев
2024-08-01 17:36:46 +03:00
parent 84d0b2a1a3
commit 9a0734b280
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
"""
URLs for the mobile_api.notifications APIs.
"""
from django.urls import path
from .views import GCMDeviceViewSet

View File

@@ -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