Hi everyone. I promise I tried to solve my problem reading all over the place but I could not.
I'm trying to do the steps to a tutorial on web2py (http://killer-web-development.com/)
It has us make an app called "first" where we change just a small amount of text. It then has us deploy the app by packing it and then using the old "upload and install packed application". It seems this has been removed so I tried using the dropbox route instead.
For the life of me, I cannot figure out how to upload my application or how to change the path _wsgi.py to project_home = u'/home/[me]/Dropbox/dropbox@pythonanywhere.com/[myapplication]
How do I import a simply application onto pythonanywhere and get it to load? What's the best way to do this? How can one move files around in here (from my dropbox folder to my original web2py folder that was automatically setup)?