Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active March 5, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/79558023b4df88f7b981985fb3cebfaf to your computer and use it in GitHub Desktop.
Save Porter97/79558023b4df88f7b981985fb3cebfaf to your computer and use it in GitHub Desktop.
#...
@app.cli.command()
def deploy():
#...
# ensure all users are following their collections
User.add_self_collection_follows()
# ensure all users are following themselves
User.add_self_follows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment