Skip to content

Instantly share code, notes, and snippets.

@hephaestus9
Created March 22, 2015 15:00

Revisions

  1. hephaestus9 created this gist Mar 22, 2015.
    8 changes: 8 additions & 0 deletions ironworks.wsgi
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #!/usr/bin/python
    import sys
    import logging
    logging.basicConfig(stream=sys.stderr)
    sys.path.insert(0,"/var/www/Ironworks/")

    from Ironworks import app as application
    application.secret_key = 'This is my secret - get your own'