Skip to content
Snippets Groups Projects
Commit fe1eb839 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

First commit

parent 528c7426
No related branches found
No related tags found
No related merge requests found
import sys
import os
SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0,SITE_ROOT + '/app')
from app import app as application
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment