Forums

Deploying a simple flask app with SQL Database, Getting ameError: name '(myusername)' is not defined

2016-04-25 22:44:16,491 :Error running WSGI application Traceback (most recent call last): File "/bin/user_wsgi_wrapper.py", line 154, in call app_iterator = self.app(environ, start_response) File "/bin/user_wsgi_wrapper.py", line 170, in import_error_application raise e NameError: name 'snettle' is not defined

This is the entire error message.

I apologize, I'm not super experienced with this. This is for a class assignment. I followed all the set up instructions exactly and I have no idea what this message means. Someone please help me. I've done everything.

https://github.com/saranettle/cocktail-finder

This is my github repo if you want to see the files. Again,I have no idea what I'm doing wrong. Please help.

https://help.pythonanywhere.com/pages/DebuggingImportError/