1 min readDec 18, 2019
how to host django website on pythonanywhere.com
1)git clone https://github.com/pyanishjain/GymMalik.git
2)mkvirtualenv — python=/usr/bin/python3.5 myenv
3)pip install django
4)configre wsgi file
change path to where your manage.py file is pointed
os.environ[‘DJANGO_SETTINGS_MODULE’] = ‘your_foldername.settings’