Forums

Simple Flask site does not work

Hi mates

I created a simple website with Flask using the free account, and the domain worked well. Now I have bought the Hacker account and connected it to my Namecheap domain, but the site does not load. I have no idea why. All the settings are the same as before.

you make me a big effort if you can check my wsg file settings.

import sys import os

project_home = '/home/Sixtyfour/MmmoveByJasmin' if project_home not in sys.path: sys.path.insert(0, project_home)

import app application = app.app

The path is correct. Why de site does not work? The site also not load within pythonanywhere?

Best regards

It looks like it's working to me -- did you solve the issue already?