Skip to content

Commit

Permalink
Fix filename typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Jan 17, 2025
1 parent d534e1a commit 5672314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/xfd_django/xfd_api/tasks/syncdb_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def synchronize(target_app_label=None):
)

# Get database name for 'connections':
# The 'connections' object gets all databases defined in setting.py
# The 'connections' object gets all databases defined in settings.py
database = db_mapping.get(target_app_label, "default")
print(
"Synchronizing database schema for app '{}' in database '{}'...".format(
Expand Down

0 comments on commit 5672314

Please sign in to comment.