Skip to content

Commit

Permalink
Add manage.py comment for netlify use
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed May 17, 2024
1 parent db1ce63 commit 9f5825d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

cli = click.CommandCollection(sources=[cli])

# this file is only required for Netlify build to be able to trigger CLI
if __name__ == "__main__":
cli()

0 comments on commit 9f5825d

Please sign in to comment.