Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
68 views

How do you handle POST requests in Django on PythonAnywhere? The help pages only seem to cover GET requests (which work fine). Got various errors, currently 'Forbidden (Referer checking failed - no ...
Duncan Marshall's user avatar
-3 votes
1 answer
117 views

I am trying to display the headers of a data frame I created based on a csv file using the PythonAnywhere free version. I keep getting a huge error message and I don't understand what I did wrong. ...
user31868639's user avatar
1 vote
1 answer
56 views

I have a paid account with PythonAnywhere, with MySQL DB. I am able to connect to DB using DBeaver and am also able to SSH using command prompt (ssh [email protected]). However when I ...
chhibbz's user avatar
  • 490
0 votes
0 answers
63 views

I'm making a program which I want to run continuously (hence the pythonanywhere): def setup(): spOauth = SpotifyOAuth(client_id=CLIENTID, client_secret=CLIENTSECRET, ...
Jacob's user avatar
  • 39
0 votes
1 answer
63 views

Attempt to connect to MySQL-database by module MySQLdb fails and will be responded by: name 'MySQLdb' is not defined... in the servers log. Environment is not virtual, framework is Flask The ...
PythonNewbie's user avatar
1 vote
1 answer
81 views

I have a MySQL database and web app set up on PythonAnywhere (a paid account). When I am exclusively on PythonAnywhere, the web app works great! The database is connected, and I am able to use the ...
Patrick0328's user avatar
0 votes
2 answers
121 views

I have a Django web app (Python 3.11) that runs on Azure, and I'm trying to migrate it to PythonAnywhere. I've followed the setup instructions. The web page itself says "Internal Server Error&...
Cormac's user avatar
  • 117
0 votes
2 answers
242 views

Launching a Celery 5.5.1 task from a Django 4.2 view sometimes causes 'generate_report' object has no attribute 'delay_on_commit' # tasks.py from celery import shared_task @shared_task def ...
Davy's user avatar
  • 1,842
-2 votes
2 answers
82 views

Link to the youtube video: https://youtu.be/iJrUiem10iI I have developed a Django application that includes features like downloading YouTube videos (using yt-dlp) and potentially converting file ...
Christian's user avatar
0 votes
1 answer
83 views

I have deployed my django app in python anywhere and getting below error : TemplateDoesNotExist at /topic/ cms_app\content.html I have two apps in my project. One is cms_app and other is users. My ...
Trishna's user avatar
  • 185
2 votes
0 answers
61 views

I tried code from a tutorial in the PythonAnywhere help-pages: Using tornado | PythonAnywhere help In the information section, they explained that they need to see this code and paste it into the ...
LuciGamer 54's user avatar
0 votes
1 answer
28 views

I have a Flask-based dashboard application where all users can log in and use the system except for one specific account. Whenever this user attempts to log in, I receive a 502-backend error. I have ...
Siddharth Karkhanis's user avatar
1 vote
1 answer
183 views

I'm developing a Django application that uses Cloudinary for image storage. When running the project locally, everything works fine, and images upload successfully. However, when I deploy the project ...
Josue Yael Guerrero Priego's user avatar
0 votes
0 answers
66 views

Has anyone ever used PythonAnywhere to host opensource python program called changedetection? I'm having trouble with the web app WSGI file, which is the file telling the web app where to find the app ...
Michael Howard's user avatar
-1 votes
1 answer
185 views

When i'm trying to run the bot uploaded to home/%User_name%/ at PythonAnywhere it crashes with: File "/home/%User_name%/%Project_name%/./handlers/command_handlers.py", line 103, in ...
Plem's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
89