Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
70 views

Is there any way to reduce the size of my virtual environments - I have a relatively simple django website - the most complex parts are probably using weasyprint to save a page as PDF, and using the ...
Tony Suffolk 66's user avatar
Advice
0 votes
1 replies
52 views

I am developing an application for a non profit organization (Haifa Rape Crisis Center) in Israel. I am considering PythonAnywhere as the hosting service. does PythonAnywhere have special pricing for ...
31  bit's user avatar
  • 335
Advice
0 votes
3 replies
98 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
123 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
60 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
65 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
65 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
89 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
127 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
256 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
86 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
85 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
66 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
31 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
187 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

15 30 50 per page
1
2 3 4 5
89