import sys
sys.stdout = sys.stderr
sys.path.insert(0, "/var/www/registration")

from registration import app as application
