From 32e1bd265ac451faf9164748b5a0d9ae8d4aeceb Mon Sep 17 00:00:00 2001 From: Saqibur Rahman Date: Sun, 26 Nov 2023 11:57:51 +0600 Subject: [PATCH] Add helper comments for empty files --- apps/core/constants.py | 1 + apps/core/exceptions.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/core/constants.py b/apps/core/constants.py index e69de29..57add79 100644 --- a/apps/core/constants.py +++ b/apps/core/constants.py @@ -0,0 +1 @@ +# Add your app constants here. diff --git a/apps/core/exceptions.py b/apps/core/exceptions.py index 50dc327..5262288 100644 --- a/apps/core/exceptions.py +++ b/apps/core/exceptions.py @@ -3,4 +3,4 @@ who consumes your APIs. To learn how to create a custom exception handler, you can check out the Django Rest Framework documentation at: https://www.django-rest-framework.org/api-guide/exceptions/#custom-exception-handling -""" \ No newline at end of file +"""