This morning I tried to login in my account from my website(deployed on python anywhere). I typed my credentials and then I got a Server Error. The Error: Trace
The problem is that static files from Django app are not being collected in pythonanywhere. After the command python manage.py collectstatic In the directory /
I'm trying to write a twitter bot using Python that just tweets images on a schedule and selects a random one from an array of URLs. I'm hosting the images on i
I was using a virtualenv in Pythonanywhere and now after cloning my repo I tried to install all the packages by using this command pip install -r packageName/r