From 4db6184bfc5636579d99d42bdf3ff6ec1a4f7d29 Mon Sep 17 00:00:00 2001 From: Sadman Sakib Date: Fri, 8 Mar 2024 17:53:04 +0600 Subject: [PATCH] feat: added constants.py in the common app that are common for all othre apps: --- common/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/constants.py b/common/constants.py index e69de29..7f37291 100644 --- a/common/constants.py +++ b/common/constants.py @@ -0,0 +1 @@ +# Add your common constants here that are common for all other apps. \ No newline at end of file