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 +"""