You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After "Setting the virtualenv" and done all the steps to clone the repo and create the appropriate database and migrations we still need to define the following things in order to avoid Internal server error issues:
Under web section:
In Code:
Source code, Working directory, WSGI configuration file and Python version
In Static files:
Static files URL for admin and actual content
media URL
if anyone is using images from a static directory then we need to define that also separately.
Language
Python
Is this related to a specific language of the tutorial?
Yes
The text was updated successfully, but these errors were encountered:
pradeep-sukhwani
changed the title
Missing in deploy part - pythonanywhere
Missing in deployment part - pythonanywhere
Feb 8, 2018
Interesting!! A few months back, I spent almost an hour on the configuration part while I was deploying the website on pythonanywhere for the first time.
Thanks for the update and yes it's a good solution.
After "Setting the virtualenv" and done all the steps to clone the repo and create the appropriate database and migrations we still need to define the following things in order to avoid Internal server error issues:
Under web section:
In Code:
In Static files:
Language
Python
Is this related to a specific language of the tutorial?
Yes
The text was updated successfully, but these errors were encountered: