Deploy App on Python Anywhere
Setup Python Anywhere Web App
- Follow steps in Setup Python Anywhere
Create Book Builder App
- Create Book Builder Repo
- Create application code
- Commit to Book-Builder
Clone Repo at PythonAnywhere
- Run Console at PythonAnywhere
-
Clone the repo
cd git clone https://github.com/Mark-Seaman/Book-Builder
Allowed Hosts
Allow connection at Python Anywhere
settings.py
ALLOWED_HOSTS = ['markseaman.pythonanywhere.com']
Git Pull
cd Book-Builder
git pull # Brings in new code
Reload Server
Visit page https://www.pythonanywhere.com/user/markseaman/
View error logs