Skip to content

Commit

Permalink
added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilsAutumn committed Sep 25, 2024
1 parent 6b86446 commit 98454f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/zango/cli/initialize_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ def initialize_project(
platform_user_password,
platform_domain_url,
):
"""
Used to initialize the zango project on an empty db.
"""
db_connection_status = test_db_conection(
db_name, db_user, db_password, db_host, db_port
)
Expand Down

0 comments on commit 98454f9

Please sign in to comment.