Forums

Help deploying

Hi, I'm totally new deploying Django projects

I've developed a project with no dependencies (not even a database or user admin), in my computer I tested with "mange.py runserver" and is accesible from 127.0.0.1:8000/web/index.html

I've upload the files, and run a bash console, but I can't access to the index.html

Can anyone help me?

Thanks

You can't use runserver on PythonAnywhere. You need to set up a web app to serve your application.