mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-18 03:31:36 +00:00
refactor: add src_bank attribute to Payment and Topup model 🔨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m4s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m4s
This commit is contained in:
@@ -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