Skip to content

Instantly share code, notes, and snippets.

@skdblog1999
Last active January 31, 2020 13:13
Show Gist options
  • Select an option

  • Save skdblog1999/3dba52f8773c616c745dd48ed130b35b to your computer and use it in GitHub Desktop.

Select an option

Save skdblog1999/3dba52f8773c616c745dd48ed130b35b to your computer and use it in GitHub Desktop.
#!/home/ubuntu/miniconda3/envs/<project_name>/bin
import sys
import logging
logging.basicConfig(stream=sys.stderr)
sys.path.insert(0,"/home/ubuntu/<project_name>/<project_name>/")
from app import app as application
application.secret_key = 'your-secret-key'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment