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 18, 2024
1 parent 43edf48 commit 2cb8762
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 2cb8762

Please sign in to comment.