UNC BACS 350

Web Apps with Python/Django

Logo

Deploy App on Python Anywhere

Setup Python Anywhere Web App

Create Book Builder App

Clone Repo at PythonAnywhere

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