refactor: add src_bank attribute to Payment and Topup model 🔨
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ env.read_env(os.path.join(BASE_DIR, ".env"))
|
||||
# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
|
||||
|
||||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
SECRET_KEY = env("SECRET_KEY", default=get_random_secret_key())
|
||||
SECRET_KEY = env("SECRET_KEY", default=get_random_secret_key()) #type: ignore
|
||||
|
||||
DEBUG = env.bool("DJANGO_DEBUG", default=True) # type: ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user