Skip to content

Commit

Permalink
fix: Increase Django Network Timeout (#416)
Browse files Browse the repository at this point in the history
* refactor: Refactor import service (#407)

* docs: Update README.md (#408)

* feat: Add refresh button to pending approval pages of Lead (#410)

* feat: change theme to dark mode

* fix: dashboard table dark mode

* feat-dark mode

* feat:dark mode

* fix: lead page in dark mode

* fix

* text to white in deallocate page

* fix

* fix issue: removed filter options, fix to logout shimmering

* feat: added refresh button to approve assets page

* fix

---------

Co-authored-by: AidrinVargheseEXP <[email protected]>
Co-authored-by: Ashish Sam T George <[email protected]>

* chore: Update dummy data (#414)

* fix: Increase Django Network Timeout to 10 minutes (#415)

* fixed asset log issue due to bulk create

* fix: Required fields marked with star in modify assets

* fix: removed extra trigger function from data_import_service

* fix removed unnecessary imports from data_import_ service

* fix: correct form messages

* fix : django time out increased

---------

Co-authored-by: Aidrin Varghese <[email protected]>
Co-authored-by: AidrinVargheseEXP <[email protected]>
Co-authored-by: AnanthanCJ <[email protected]>
  • Loading branch information
4 people authored Jul 23, 2024
1 parent ea844ba commit 9c6aa53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exam_django/dummy_data_scripts/dummy_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ make_curl_request "pavithra.sysadmin" "pavithra@sysadmin" "94460209997" "pavithr
make_curl_request "pavithra.lead" "pavithra@lead" "94460209998" "[email protected]" "LEAD"
make_curl_request "getwithashish.sysadmin" "getwithashish@sysadmin" "94460209999" "[email protected]" "SYSTEM_ADMIN"
make_curl_request "getwithashish.lead" "getwithashish@lead" "94460209990" "[email protected]" "LEAD"
make_curl_request "sukesh.sysadmin" "sukesh@sysadmin" "9446020992" "[email protected]" "SYSTEM_ADMIN"
make_curl_request "sukesh.lead" "sukesh@lead" "9446020993" "[email protected]" "LEAD"

# Sign in
response=$(curl --request POST \
Expand Down
1 change: 1 addition & 0 deletions exam_django/exam_django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
"PASSWORD": config("DB_PASSWORD"),
"HOST": config("DB_HOST"),
"PORT": config("DB_PORT"),
'CONN_MAX_AGE': 600, # 10 minutes
}
}

Expand Down

0 comments on commit 9c6aa53

Please sign in to comment.